Пример #1
0
 private void taskItemHH_Click(object sender, EventArgs e)
 {
     if (hh == null || hh.IsDisposed)
     {
         hh = new fHangHoa();
     }
     hh.MdiParent = this;
     hh.Show();
 }
Пример #2
0
 private void HHToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (hh == null || hh.IsDisposed)
     {
         hh = new fHangHoa();
     }
     hh.MdiParent = this;
     hh.Show();
 }