示例#1
0
 private void settingsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (Settings g = new Settings()) g.ShowDialog();
 }