Exemplo n.º 1
0
 public void CreateNew()
 {
     profileIdTB.Clear();
     nameTb.Clear();
     EmailTb.Clear();
     mobileTb.Clear();
     psswordTb.Clear();
     AddressRtb.Clear();
     roleCb.SelectedIndex   = -1;
     statusCb.SelectedIndex = -1;
     Rand();
     nameTb.Focus();
 }
Exemplo n.º 2
0
 public void CreateNew()
 {
     memberTB.Clear();
     nameTb.Clear();
     EmailTb.Clear();
     mobileTb.Clear();
     DateofBirth.Refresh();
     DateofJoin.Refresh();
     AddressRtb.Clear();
     planCb.SelectedIndex   = -1;
     statusCb.SelectedIndex = -1;
     Rand();
     nameTb.Focus();
 }