private void borbaStripBtn_Click(object sender, EventArgs e)
 {
     zatvoriSveForme();
     PrikazBorbi forma = new PrikazBorbi();
     forma.MdiParent = this;
     forma.WindowState = FormWindowState.Maximized;
     forma.Show();
 }
Exemple #2
0
        private void borbaStripBtn_Click(object sender, EventArgs e)
        {
            zatvoriSveForme();
            PrikazBorbi forma = new PrikazBorbi();

            forma.MdiParent   = this;
            forma.WindowState = FormWindowState.Maximized;
            forma.Show();
        }