1
Answer

Class in C# having static and non static member

There is a class having static and non static method .How to call non-static method inside static method? 

Answers (1)