Example #1
0
 public void onOK()
 {
     if (UserEntity.Validate())
     {
         UserEntity.DUpdate();
         UserEntity.RaisALL();
         childWindow.DialogResult = true;
     }
 }