コード例 #1
0
 void showSettings()
 {
     settingsForm = new SettingsForm();
     settingsForm.Show();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: mosoto/Caffeinated
 void showSettings()
 {
     settingsForm = new SettingsForm();
     settingsForm.Show();
 }