예제 #1
0
파일: Form1.cs 프로젝트: 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();
        }
예제 #2
0
파일: Form1.cs 프로젝트: 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();
        }