Exemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        public void ClearProgress()
        {
            StreamProgress progress = new StreamProgress(this.progressFilePath, this.streamIdentifier);

            progress.ClearProgress();
        }