Ejemplo n.º 1
0
 public ServiceControlEditorViewModel()
 {
     Transports          = ServiceControlCoreTransports.All.Where(t => t.AvailableInSCMU);
     ServiceControl      = new ServiceControlInformation();
     ServiceControlAudit = new ServiceControlAuditInformation();
 }
 public ServiceControlEditorViewModel()
 {
     Transports          = ServiceControlCoreTransports.All;
     ServiceControl      = new ServiceControlInformation();
     ServiceControlAudit = new ServiceControlAuditInformation();
 }