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

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