Ejemplo n.º 1
0
 private void UcUser_Load(object sender, EventArgs e)
 {
     Util.InitialTable(table1);
     cbxUserGroup.SelectedIndex = 0;
     fmAddUser = new FmAddUser();
     bwGetUserGroup.RunWorkerAsync();
     bwLoadData.RunWorkerAsync();
 }
Ejemplo n.º 2
0
 private void UcUser_Load(object sender, EventArgs e)
 {
     Util.InitialTable(table1);
     cbxUserGroup.SelectedIndex = 0;
     fmAddUser = new FmAddUser();
     bwGetUserGroup.RunWorkerAsync();
     bwLoadData.RunWorkerAsync();
 }