Example #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            // otvoriti formu
            Deliverer.IndexDostavljac noviF = new Deliverer.IndexDostavljac();
            openChildForm(noviF);

            sakriSubmenu();
        }
Example #2
0
 private void pretragaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Deliverer.IndexDostavljac noviF = new Deliverer.IndexDostavljac();
     noviF.MdiParent = this;
     noviF.Show();
 }