Пример #1
0
 internal FileProgress(BG_FILE_PROGRESS fileProgress)
 {
     this.fileProgress = fileProgress;
 }
        //  ------------
        //  construction
        //  ------------

        internal BackgroundCopyFileProgress(BG_FILE_PROGRESS progress) => this.progress = progress;