public static void Main()
        {
            DataRowCollection_RemoveAt_I tc = new DataRowCollection_RemoveAt_I();
            Exception exp = null;

            try
            {
                tc.BeginTest("DataRowCollection_RemoveAt_I");
                tc.run();
            }
            catch (Exception ex)
            {
                exp = ex;
            }
            finally
            {
                tc.EndTest(exp);
            }
        }
	public static void Main()
	{
		DataRowCollection_RemoveAt_I tc = new DataRowCollection_RemoveAt_I();
		Exception exp = null;
		try
		{
			tc.BeginTest("DataRowCollection_RemoveAt_I");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
		
	}