Exemple #1
0
 internal JobProgress(BG_JOB_PROGRESS jobProgress)
 {
     this.jobProgress = jobProgress;
 }
Exemple #2
0
        //  ------------
        //  construction
        //  ------------

        internal BackgroundCopyJobProgress(BG_JOB_PROGRESS progress) => this.progress = progress;