Can someone please let me know by some code how I can call a function located in the Form class from another class?
Some code will be of great help!
thanks>
If the method is not related to the UI, an from your example i understand that it's not, you can create another class that will contain this method and then use it in your Form class and in any other places where you want to use it.