예제 #1
0
파일: Program.cs 프로젝트: scerdam/Maze
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            // Create World instance to process with
            // application common data (win Forms, Stores, Files)
            World WorldMgr = new World();
        }