Inheritance: System.Windows.Forms.Form
示例#1
0
 private void 设置ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     SetConfig setconfig = new SetConfig();
     setconfig.ShowDialog();
     setconfig.Dispose();
 }