Cleaned the Settings.cs and added some responsiveness
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user