private void hàngTạmNhậpTáiXuấtToolStripMenuItem_Click(object sender, EventArgs e) { var frmDeclerationOptionInfo = new frmDeclerationOptionInfo(_userInfo, this, Common.DeclerationOptionType.TNTX); frmDeclerationOptionInfo.Show(this); }
private void nhậpKhẩuChuyểnCửaKhẩuToolStripMenuItem_Click(object sender, EventArgs e) { var frmDeclerationOptionInfo = new frmDeclerationOptionInfo(_userInfo, this, Common.DeclerationOptionType.NKCK); frmDeclerationOptionInfo.Show(this); }