Exemple #1
0
        private void FrmTbl5Edit_Load(object sender, EventArgs e)
        {
            lblUserName.Text = "host";
            string sPageSize = global::VNTSellGold.Properties.Resources.PageSize;

            if (!string.IsNullOrEmpty(sPageSize))
            {
                txtPageSize.Text = global::VNTSellGold.Properties.Resources.PageSize;
                pageSize         = Convert.ToInt32(sPageSize);
            }
            MtdCreateController();
            oCtrLer.Tbl5_Update_ICol2_Tbl5Edit();
            MtdLoadTbl1();
            MtdLoadTbl2();
            MtdLoadTbl3();
            //MtdLoadTbl5();
            //MtdResetControlValues();
        }