示例#1
0
        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();
        }
示例#2
0
        private void chiTiếtToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmChiTietBHYT fmctyt = new frmChiTietBHYT();

            fmctyt.Show();
        }