Ejemplo n.º 1
0
 internal JobReplyProgress(BG_JOB_REPLY_PROGRESS jobReplyProgress)
 {
     this.jobReplyProgress = jobReplyProgress;
 }
Ejemplo n.º 2
0
        //  ------------
        //  construction
        //  ------------

        internal BackgroundCopyJobReplyProgress(BG_JOB_REPLY_PROGRESS progress) => this.progress = progress;