Exemple #1
0
        public static void Main(String[] args)
        {
            TestMap test = new TestMap(args);

            test.Init();
            test.Run();
        }
Exemple #2
0
 public Anonymousxcommand_t(TestMap parent)
 {
     this.parent = parent;
 }