Exemplo n.º 1
0
    public static void Main(String[] args)
    {
        AbortTest g = new AbortTest();

        g.AbortTest1();
        g.AbortTest2();
        g.AbortTest3();
        g.AbortTest4();
        g.AbortTest5();
        g.AbortTest6();
        g.AbortTest7();
        g.AbortTest8();
        g.AbortTest9();
        g.AbortTest10();
        g.AbortTest11();
        g.AbortTest13();
        Environment.ExitCode = retCode;
        Console.WriteLine("retCode=={0}", retCode);
    }
Exemplo n.º 2
0
 public static void Main(String[] args) {
 AbortTest	g	= new AbortTest();
 g.AbortTest1();
 g.AbortTest2();
 g.AbortTest3();
 g.AbortTest4();
 g.AbortTest5();
 g.AbortTest6();
 g.AbortTest7();
 g.AbortTest8();
 g.AbortTest9();
 g.AbortTest10();
 g.AbortTest11();
 g.AbortTest13();
 Environment.ExitCode = retCode;
 Console.WriteLine("retCode=={0}",retCode);
 }