示例#1
0
 private void LoadMap()
 {
     _mapWindow = new Map.Map(_telnetHandler);
     _mapWindow.Show();
     mapToolStripMenuItem.Checked = true;
 }