Exemplo n.º 1
0
 private void DetaljiTurnira_Load(object sender, EventArgs e)
 {
     kki.popuniPoljaTurnira(txtNazivTurnira, txtDatumOd, txtDatumDO, txtKonkurencija, cmbKlub, cmbMesto, cmbUcesnici, dgvIzmenaUcesnika, cmbPobednik, btnDodajUcesnika, btnObrisiUcesnika);
     //t = new Timer();
     //t.Interval = 1000;
     //t.Tick += osvezi;
     //t.Start();
 }