Esempio n. 1
0
 public abstract FrameworkElement GetContentFromFunction(ApplicationFunction function, EsuProgressViewModel progress);
Esempio n. 2
0
 protected HomeViewModelBase()
 {
     openedUserControlCollection = new UserControlFunctionItemCollection<ApplicationFunction>();
       progress = new EsuProgressViewModel();
 }
Esempio n. 3
0
 protected DialogWindowBase()
 {
     okCommand = new DelegateCommand(OkClick, () => true);
       cancelCommand = new DelegateCommand(CancelClick, () => true);
       progress = new EsuProgressViewModel();
 }