예제 #1
0
파일: SettingsGUI.cs 프로젝트: odasm/rMOD
 private void SettingsGUI_FormClosing(object sender, FormClosingEventArgs e)
 {
     if (save)
     {
         OPT.Save();
     }
 }