Example #1
0
 public PlottingViewModel(ModelManager modelManager)
 {
     this.modelManager    = modelManager;
     this.debugProtocol   = modelManager.DebugProtocol;
     this.RegistersToPlot = new List <Register>();
 }
Example #2
0
 public SystemViewModel(ModelManager modelManager)
 {
     this.modelManager  = modelManager;
     this.debugProtocol = modelManager.DebugProtocol;
 }