vyhodnocovanie
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Diagnostics;
|
||||
using System.Windows.Forms;
|
||||
using System.Data.Odbc;
|
||||
|
||||
namespace Mip
|
||||
{
|
||||
@@ -36,7 +30,13 @@ 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());
|
||||
}
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
@@ -53,7 +53,7 @@ namespace Mip
|
||||
classUser.Tab = Convert.ToInt32( myDrow[5]);
|
||||
classUser.Zaradenie = myDrow[7].ToString();
|
||||
|
||||
this.Hide(); //Kontrola hesla
|
||||
this.Close(); //Kontrola hesla
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user