Пример #1
0
 public static int Main ()
 {
     Console.WriteLine("Test should return with ExitCode 100 ...");
     SimpObject sv = new SimpObject( );
     sv.RunTest( );
     return 100;
 }
Пример #2
0
        public static int Main()
        {
            Console.WriteLine("Test should return with ExitCode 100 ...");
            SimpObject sv = new SimpObject( );

            sv.RunTest( );
            return(100);
        }