Esempio n. 1
0
File: Form1.cs Progetto: dean11/fly
        public FlyEdit()
        {
            InitializeComponent();

            this.flyCLI = new FlyEditCLIWrapper();
            this.outWin = new Output();
            Application.AddMessageFilter(this);
            this.Move    += new EventHandler(MoveSubForm);
            this.levelGen = new LevelGenerator();
        }
Esempio n. 2
0
File: Form1.cs Progetto: Engman/fly
        public FlyEdit()
        {
            InitializeComponent();

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