示例#1
0
 private void panel2_Paint(object sender, PaintEventArgs e)
 {
     bunifuCustomDataGrid1.DataSource = emp.RetAllAppData(this.E_Id);
 }