Пример #1
0
    public static void Main(String[] args)
    {
        Boolean             bResult = false;
        Co3038TrimEnd_ChArr cb0     = new Co3038TrimEnd_ChArr();

        try
        {
            bResult = cb0.runTest();
        }
        catch (System.Exception exc)
        {
            bResult = false;
            System.Console.Error.WriteLine("Co3038TrimEnd_ChArr.");
            System.Console.Error.WriteLine(exc.ToString());
        }
        if (bResult == true)
        {
            Environment.ExitCode = 0;
        }
        else
        {
            Environment.ExitCode = 11;
        }
    }
 public static void Main( String[] args ) 
   {
   Boolean bResult = false; 
   Co3038TrimEnd_ChArr cb0 = new Co3038TrimEnd_ChArr();
   try
     {
     bResult = cb0.runTest();
     }
   catch ( System.Exception exc )
     {
     bResult = false;
     System.Console.Error.WriteLine(  "Co3038TrimEnd_ChArr." );
     System.Console.Error.WriteLine( exc.ToString() );
     }
   if ( bResult == true ) Environment.ExitCode = 0; else Environment.ExitCode = 11; 
   }