private void txtTongLuong_TextChanged(object sender, EventArgs e) { string a, b, h; int c, d, g, f; a = frmChucVu.LuuTT.PCCV; c = Convert.ToInt32(a); d = Convert.ToInt32(txtAnTrua.Text); g = Convert.ToInt32(txtMucLuong.Text); f = c + g + d; h = f.ToString(); txtTongLuong.Text = h; LuuThongTin.TongLuong = txtTongLuong.Text; frmChiTietBHXH f1 = new frmChiTietBHXH(); frmChiTietBHYT f2 = new frmChiTietBHYT(); }
private void chiTiếtToolStripMenuItem_Click(object sender, EventArgs e) { frmChiTietBHXH fmctbhxh = new frmChiTietBHXH(); fmctbhxh.Show(); }