コード例 #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
ファイル: Frmmain.cs プロジェクト: thuhuong1204/Nhom15
        private void chiTiếtToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmChiTietBHXH fmctbhxh = new frmChiTietBHXH();

            fmctbhxh.Show();
        }