예제 #1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            TestDomain     td = new TestDomain();
            TestRepository tr = new TestRepository();
            TestController tc = new TestController();

            td.testare01();
            tr.test();
            tc.testCtr();
            Application.Run(new Form1());
        }