public void SetDebugOutputable(string debugKey, Interfaces.IDebugOutputable debugOutputable) { this.debugKey = debugKey; this.debugOutputable = debugOutputable; if (this.timeProgressBar != null) { this.timeProgressBar.SetDebugOutputable(debugKey, debugOutputable); } if (this.volumeProgressBar != null) { this.volumeProgressBar.SetDebugOutputable(debugKey, debugOutputable); } }
public void SetDebugOutputable(string debugKey, Interfaces.IDebugOutputable debugOutputable) { this.debugKey = debugKey; this.debugOutputable = debugOutputable; }