private void mnOpcijeOpcije_Click(object sender, EventArgs e) { OpcijeForm f = new OpcijeForm(); if (f.ShowDialog() == DialogResult.OK) { } }