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