Hi,
I created a controller class which eventually will be called by a menu item. I have two menu item, lets call it MenuItemDisplayA and MenuItemDisplayB, both call the same class.
This menu item display will be put in separate Form, as Form menu item button, so basically FormA will attach or set to MenuItemDisplayA and FormB will set to use MenuItemDisplayB.
What is the code in the Main method of my controller class to know which menuitem calling him ?
Because I need two different action run depend on which menuitem calling.
Thanks,