Beispiel #1
0
 private void NhanVien_Load(object sender, EventArgs e)
 {
     bunifuDataGridView1.BackgroundColor = this.BackColor;
     comboBox1.Text = "5";
     limit          = Convert.ToInt32(comboBox1.Text.ToString().Trim());
     PhanTrang.Init(tableName, limit, ref total_record, ref total_page, bunifuDataGridView1);
     txtPage.Text = "1/" + total_page;
 }