示例#1
0
 private void btnSacuvaj_Click(object sender, EventArgs e)
 {
     if (kontroler.zapamtiAngazovanogStudenta(txtImeAS, txtPrezimeAS, txtJMBGAS, txtUsername, txtPassword))
     {
         this.Close();
     }
 }