Exemple #1
0
 public RecoveryVisualizer(RecoveryVisualizer other) : base()
 {
     _recoveryPerformanceData = other._recoveryPerformanceData;
 }
Exemple #2
0
 public RecoveryVisualizer(RecoveryVisualizer other) : base()
 {
   _recoveryPerformanceData = other._recoveryPerformanceData;
 }
Exemple #3
0
 public RecoveryVisualizer() : base()
 {
     _recoveryPerformanceData = new RecoveryPerformanceData();
 }
Exemple #4
0
 public RecoveryVisualizer() : base()
 {
   _recoveryPerformanceData = new RecoveryPerformanceData();
 }