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