Exemple #1
0
        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();
        }