Beispiel #1
0
        public CMMBuilderPageViewModel()
        {
            _NPCInvoker = new NotifyPropertyChangedInvoker(this);

            CMMHeads   = _DataContext.CMMHeads;
            CMMProbes  = _DataContext.CMMProbes;
            CMMModules = _DataContext.CMMModules;
            CMMTips    = _DataContext.CMMTips;
        }
 public MainWindowViewModel( )
 {
     _NPCInvoker = new NotifyPropertyChangedInvoker(this);
     CurrentView = new CMMBuilderPageView( );
 }