예제 #1
0
		void 帮助ToolStripMenuItemClick(object sender, EventArgs e)
		{
			Sokoban.UI.HelpForm hf = new Sokoban.UI.HelpForm();
			hf.Show();
		}
예제 #2
0
 void BtnHelpClick(object sender, EventArgs e)
 {
     Sokoban.UI.HelpForm help = new Sokoban.UI.HelpForm();
     help.Show();
 }