Slightly cleaned the solution

This commit is contained in:
2023-05-17 15:52:33 +02:00
parent e727dc9301
commit b7676b90c2
3 changed files with 17 additions and 17 deletions
+1
View File
@@ -27,6 +27,7 @@ namespace Test_Merge
}
private async void btnSettings_Click(object sender, EventArgs e)
{
Emulator.Stop();
Settings settingsForm = new Settings();
settingsForm.ShowDialog();
//MessageBox.Show(settingsForm.GrandPrixUrl + Environment.NewLine + settingsForm.GrandPrixName + Environment.NewLine + settingsForm.GrandPrixYear);