vyhodnocovanie

This commit is contained in:
Culak-HP\Culak
2021-01-05 17:07:25 +01:00
parent 756b498b05
commit 369a27bf33
14 changed files with 676 additions and 284 deletions

View File

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