Beispiel #1
0
 private void toolStripButton5_Click(object sender, EventArgs e)
 {
     if (acc_code != null)
     {
         charge newMDICheild = new charge();
         newMDICheild.MdiParent = this.MdiParent;
         // Display the new form.
         newMDICheild.Show();
     }
     else
     {
         MessageBox.Show("Лицевой счет не выбран");
     }
 }
Beispiel #2
0
        private void toolStripButton5_Click(object sender, EventArgs e)
        {
            if (acc_code != null)
            {

                charge newMDICheild = new charge();
                newMDICheild.MdiParent = this.MdiParent;
                // Display the new form.
                newMDICheild.Show();
            }
            else
            {
                MessageBox.Show("Лицевой счет не выбран");
            }
        }