Prepared view to be wired to the old projects

This commit is contained in:
2023-04-26 13:25:31 +02:00
parent d0e86a65d7
commit d935a07076
3 changed files with 293 additions and 37 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ using System.Windows.Forms;
namespace Test_Merge
{
public partial class Form1 : Form
{
{
public Form1()
{
InitializeComponent();
@@ -21,6 +21,7 @@ namespace Test_Merge
{
Settings settingsForm = new Settings();
settingsForm.ShowDialog();
MessageBox.Show(settingsForm.GrandPrixUrl);
}
}
}