public static int Main () { Console.WriteLine("Test should return with ExitCode 100 ..."); SimpObject sv = new SimpObject( ); sv.RunTest( ); return 100; }
public static int Main() { Console.WriteLine("Test should return with ExitCode 100 ..."); SimpObject sv = new SimpObject( ); sv.RunTest( ); return(100); }