Exemplo n.º 1
0
        private void mnThayDoiQuiDinh_Click(object sender, System.EventArgs e)
        {
            FrmThaydoiquidinh frmTDQDinh = new FrmThaydoiquidinh();

            frmTDQDinh.MdiParent = this;
            frmTDQDinh.Show();
        }
Exemplo n.º 2
0
		private void mnThayDoiQuiDinh_Click(object sender, System.EventArgs e)
		{
			FrmThaydoiquidinh frmTDQDinh=new FrmThaydoiquidinh();
			frmTDQDinh.MdiParent=this;
			frmTDQDinh.Show();
		}