示例#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();
        }