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