Beispiel #1
0
 private void onUpdate()
 {
     ShowUpdate              = Visibility.Collapsed;
     ShowProgress            = Visibility.Visible;
     UserFile.FinishUpdates += UserFile_FinishUpdate;
     UserFile.Upload(UserFile.FileFolder, childWindow.Dispatcher);
 }
Beispiel #2
0
 private void onOK()
 {
     //StandBookEntity.StandBook = new Web.Model.standbook();
     //StandBookEntity.DUpdate();
     //childWindow.DialogResult = true;
     ShowUpdate              = Visibility.Collapsed;
     ShowProgress            = Visibility.Visible;
     UserFile.FinishUpdates += UserFile_FinishUpdates;
     UserFile.Upload(UserFile.FileFolder, childWindow.Dispatcher);
 }
 private void OnUpdateCommand()
 {
     IsBusy = true;
     UserFile.FinishUpdate += UserFile_FinishUpdate;
     UserFile.Upload("", childWindow.Dispatcher);
 }