示例#1
0
	public static void Main()
	{
		OleDbDataAdapter_ctor_O tc = new OleDbDataAdapter_ctor_O();
		Exception exp = null;
		try
		{
			tc.BeginTest("OleDbDataAdapter_ctor_O");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
	}
        public static void Main()
        {
            OleDbDataAdapter_ctor_O tc = new OleDbDataAdapter_ctor_O();
            Exception exp = null;

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