v1.2.1
This commit is contained in:
@@ -31,12 +31,12 @@ namespace Mip
|
||||
comboBox1.Items.Add(row["Titul"].ToString() + " " + row["Priezvisko"].ToString() + " " + row["Meno"].ToString());
|
||||
}
|
||||
|
||||
if (Debugger.IsAttached)
|
||||
{
|
||||
comboBox1.Text = "Ing. Čulák Roman";
|
||||
textBox1.Text = "3";
|
||||
button2_Click(button2, new EventArgs());
|
||||
}
|
||||
//if (Debugger.IsAttached)
|
||||
//{
|
||||
// comboBox1.Text = "Ing. Čulák Roman";
|
||||
// textBox1.Text = "3";
|
||||
// button2_Click(button2, new EventArgs());
|
||||
//}
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user