Exemplo n.º 1
0
 private void taskItemHH_Click(object sender, EventArgs e)
 {
     if (hh == null || hh.IsDisposed)
     {
         hh = new fHangHoa();
     }
     hh.MdiParent = this;
     hh.Show();
 }
Exemplo n.º 2
0
 private void HHToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (hh == null || hh.IsDisposed)
     {
         hh = new fHangHoa();
     }
     hh.MdiParent = this;
     hh.Show();
 }