コード例 #1
0
ファイル: Codetotest1.cs プロジェクト: Kun4lpal/rth
        static void Main(string[] args)
        {
            Codetotest1 ctt = new Codetotest1();
            int         S   = ctt.adder(4, 5);

            Console.Write("\n\n");
        }
コード例 #2
0
ファイル: Testdriver1.cs プロジェクト: Kun4lpal/rth
 public Testdriver1()
 {
     code    = new Codetotest1();
     childAD = AppDomain.CurrentDomain;
 }