Example #1
0
 private void btnLogIN_Click(object sender, EventArgs e)
 {
     if (kontroler.pronadjiVeterinara(txtUsername, txtPassword))
     {
         new FrmPocetna(KontrolerKI.veterinar).ShowDialog();
         this.Close();
     }
 }