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

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