Beispiel #1
0
 private void mnuEmulationConfig_Click(object sender, EventArgs e)
 {
     using (frmEmulationConfig frm = new frmEmulationConfig()) {
         frm.ShowDialog(sender, this);
     }
     ConfigManager.Config.Emulation.ApplyConfig();
 }
Beispiel #2
0
 private void mnuEmulationConfig_Click(object sender, EventArgs e)
 {
     using (frmEmulationConfig frm = new frmEmulationConfig()) {
         frm.ShowDialog(sender);
     }
 }