Good day everyone! Today I will post about how to pass value from form to class, to be more specific I will show how to pass only the selected values to your class through args.
Passing values from form to class is very common, specially if we want pass a specifc information to Dialog, I tried to be as detailed as possible using the Customer List Page as example.
1. Create the class which will receive Args from our menu item button.
2. Create the method main and use the following code: ...(read more)
↧