Ejemplo n.º 1
0
 public ObservablePerformance()
 {
     this.objectPerformance = new ObjectPerformance();
     this.cpu  = "";
     this.ram  = "";
     this.disk = "";
     this.data = new DataSet();
 }
Ejemplo n.º 2
0
 public ObservablePerformance()
 {
     this.objectPerformance = new ObjectPerformance();
     this.cpu = "";
     this.ram = "";
     this.disk = "";
     this.data = new DataSet();
 }