示例#1
0
文件: SettingsGUI.cs 项目: odasm/rMOD
 private void SettingsGUI_FormClosing(object sender, FormClosingEventArgs e)
 {
     if (save)
     {
         OPT.Save();
     }
 }