コード例 #1
0
        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);
            }
        }
コード例 #2
0
 public void SetDebugOutputable(string debugKey, Interfaces.IDebugOutputable debugOutputable)
 {
     this.debugKey        = debugKey;
     this.debugOutputable = debugOutputable;
 }