예제 #1
0
파일: WrapTest.cs 프로젝트: jwtvh/bc-csharp
        public static void MainOld(
            string[] args)
        {
            ITest       test   = new WrapTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }
        public static void Main(
			string[] args)
        {
            ITest test = new WrapTest();
            ITestResult result = test.Perform();

            Console.WriteLine(result);
        }