Example #1
0
 public ServerViewModel()
 {
     isBadFilename        = true;
     logStreamOutput      = new DataLogger();
     OpenFileCmd          = new OpenFile(this.OpenFileAction);
     StartCmd             = new StartVirtualHardware(this.StartVirtualHardwareAction);
     StopCmd              = new StopVirtualHardware(this.StopVirtualHardwareAction);
     portModel            = new PortModel();
     portModel.IsEditable = true;
 }
Example #2
0
 public ServerViewModel()
 {
     isBadFilename = true;
     logStreamOutput = new DataLogger();
     OpenFileCmd = new OpenFile(this.OpenFileAction);
     StartCmd = new StartVirtualHardware(this.StartVirtualHardwareAction);
     StopCmd = new StopVirtualHardware(this.StopVirtualHardwareAction);
     portModel = new PortModel();
     portModel.IsEditable = true;
 }