private void miAbout_Click(object sender, EventArgs e) { //關於進銷存管理系統 fmAboutBox frmAboutBox = new fmAboutBox(); frmAboutBox.ShowDialog(); }
private void miAbout_Click(object sender, EventArgs e) { fmAboutBox box = new fmAboutBox(); box.ShowDialog(); }