コード例 #1
0
ファイル: Program.cs プロジェクト: makalainspire/Programming
        static void Main(string[] args)
        {
            Test2 obj = new Test2();

           obj.myMethod(5, 10);

            Console.ReadKey();
            
        }