If opened show mp_predracun, else open new mp_predracun
- private void PredracunToolStripMenuItem_Click(object sender, EventArgs e)
- {
- mp_predracun newMDIChild = new mp_predracun();
- newMDIChild.MdiParent = this;
- newMDIChild.Show();
- }
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Apr 17, 2019, 3:57 AM
Goran BibicPosted Apr 17, 2019, 4:37 AM