Beispiel #1
0
        private void mnOpcijeOpcije_Click(object sender, EventArgs e)
        {
            OpcijeForm f = new OpcijeForm();

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

            }
        }