Пример #1
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     NeoDatis.Odb.Test.Acid.TestStopEngineWithoutCommit tf = new NeoDatis.Odb.Test.Acid.TestStopEngineWithoutCommit
                                                                 ();
     try
     {
         tf.Execute(args);
     }
     catch (System.Exception e)
     {
     }
 }
Пример #2
0
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			NeoDatis.Odb.Test.Acid.TestStopEngineWithoutCommit tf = new NeoDatis.Odb.Test.Acid.TestStopEngineWithoutCommit
				();
			try
			{
				tf.Execute(args);
			}
			catch (System.Exception e)
			{
			}
		}