Made UI tweaks
This commit is contained in:
@@ -209,5 +209,10 @@ namespace Test_Merge
|
||||
if (tbxResult.Text != "")
|
||||
GpUrl = textBox1.Text;
|
||||
}
|
||||
public static void btnDriver_Click(object sender, EventArgs e)
|
||||
{
|
||||
//Happens when a driver button has been clicked
|
||||
MessageBox.Show((sender as Button).Name + " has been selected");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user