Exemplo n.º 1
0
 public static int Main()
 {
     WaitOneEx wao = new WaitOneEx();
     wao.Run();
     Console.WriteLine(100 == wao.iRet ? "Test Passed" : "Test Failed");
     return wao.iRet;
 }
Exemplo n.º 2
0
    public static int Main()
    {
        WaitOneEx wao = new WaitOneEx();

        wao.Run();
        Console.WriteLine(100 == wao.iRet ? "Test Passed" : "Test Failed");
        return(wao.iRet);
    }
Exemplo n.º 3
0
    public static int Main()
    {
        WaitOneEx wao = new WaitOneEx();

        return(wao.Run());
    }
Exemplo n.º 4
0
 public static int Main()
 {
     WaitOneEx wao = new WaitOneEx();
     return wao.Run();
 }