This commit is contained in:
roman
2025-10-05 21:51:24 +02:00
parent dc8b3bc01f
commit 030664b2ef
630 changed files with 197935 additions and 2473 deletions

View File

@@ -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)