Nishant Mittal
How can I call non static method from Static Method??
By Nishant Mittal in C# on Jul 12 2016
  • Ayappan Alagesan
    Feb, 2017 10

    non static method must be a public method. non static method must be a public class. create a instance for that class and then we can access the method.

    • 0
  • Nishant Mittal
    Jul, 2016 12

    private static void OnReadComplete(IAsyncResult result) {ClassName objClassName = new ClassName();objClassName.methodName(); }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS