Пример #1
0
 private void bankKontoudtogToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (!FocusChild("Bank kontoudtog"))
     {
         FrmBankkontoudtog m_Bankkontoudtog = new FrmBankkontoudtog();
         m_Bankkontoudtog.MdiParent = this;
         m_Bankkontoudtog.Show();
     }
 }