Example #1
0
 private void novaProdajaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (ActiveMdiChild != null)
         ActiveMdiChild.Close();
     Narudzbe.ProdajaForm form = new Narudzbe.ProdajaForm(null);
     form.MdiParent = this;
     form.Show();
 }
 private void btnZakljuciNarudzbu_Click(object sender, EventArgs e)
 {
     Narudzbe.ProdajaForm pf = new ProdajaForm(ns);
     pf.ShowDialog();
 }