Exemplo n.º 1
0
		public static void Main()
		{
			OleDbParameterCollection_Add tc = new OleDbParameterCollection_Add();
			Exception exp = null;
			try
			{
				tc.BeginTest("OleDbParameterCollection_Add");
				tc.run();
			}
			catch(Exception ex){exp = ex;}
			finally	{tc.EndTest(exp);}
		}
        public static void Main()
        {
            OleDbParameterCollection_Add tc = new OleDbParameterCollection_Add();
            Exception exp = null;

            try
            {
                tc.BeginTest("OleDbParameterCollection_Add");
                tc.run();
            }
            catch (Exception ex) { exp = ex; }
            finally { tc.EndTest(exp); }
        }