Exemplo n.º 1
0
 internal JobProgress(BG_JOB_PROGRESS jobProgress)
 {
     this.jobProgress = jobProgress;
 }
Exemplo n.º 2
0
        //  ------------
        //  construction
        //  ------------

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