Exemple #1
0
        void loadSIGNPre(string claimID)
        {
            DataRow row = claimDao.InfoSignatureILAPre(claimID);

            if (row != null)
            {
                lblNguoiBaoCao.Text   = row[0].ToString();
                lblChucVuNguoiBC.Text = row[1].ToString();
            }
        }