static void Main(string[] args) { myClass test = new myClass(3, 4); test.Method(); Console.ReadKey(); }