Пример #1
0
        public FlyEdit()
        {
            InitializeComponent();

            this.flyCLI = new FlyEditCLIWrapper();
            this.outWin = new Output();
            Application.AddMessageFilter(this);
            this.Move    += new EventHandler(MoveSubForm);
            this.levelGen = new LevelGenerator();
        }
Пример #2
0
        public FlyEdit()
        {
            InitializeComponent();

            this.flyCLI = new FlyEditCLIWrapper();
            this.outWin = new Output();
            Application.AddMessageFilter(this);
            this.Move += new EventHandler(MoveSubForm);
            this.levelGen = new LevelGenerator();
        }