public ResultHealth()
 {
     this.Errors        = new List <string>();
     this.LoggedOnUsers = new List <string>();
     this.Stats         = new MachineStats();
 }
예제 #2
0
 public ResultHealth()
 {
     Errors        = new List <string>();
     LoggedOnUsers = new List <string>();
     Stats         = new MachineStats();
 }