예제 #1
0
 private void OnShell(object sender, EventArgs e)
 {
     Form shellForm = new ShellForm(this.world);
     shellForm.Show();
 }
예제 #2
0
파일: Program.cs 프로젝트: benixos/agi
        private void OnShell(object sender, EventArgs e)
        {
            Form shellForm = new ShellForm(this.world);

            shellForm.Show();
        }