Example #1
0
 private void OnShell(object sender, EventArgs e)
 {
     Form shellForm = new ShellForm(this.world);
     shellForm.Show();
 }
Example #2
0
        private void OnShell(object sender, EventArgs e)
        {
            Form shellForm = new ShellForm(this.world);

            shellForm.Show();
        }