Cleaned the Settings.cs and added some responsiveness

This commit is contained in:
2023-05-22 14:00:15 +02:00
parent 66906cb54e
commit af8db571f3
3 changed files with 271 additions and 289 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ namespace Test_Merge
}
private async void btnSettings_Click(object sender, EventArgs e)
{
Emulator.Stop();
if(Emulator != null)
Emulator.Stop();
Settings settingsForm = new Settings();
settingsForm.ShowDialog();
//MessageBox.Show(settingsForm.GrandPrixUrl + Environment.NewLine + settingsForm.GrandPrixName + Environment.NewLine + settingsForm.GrandPrixYear);