Exemplo n.º 1
0
 public override float GetProgress()
 {
     return(job.GetProgress());
 }
Exemplo n.º 2
0
 public virtual float GetProgress()
 {
     return(mockJob.GetProgress());
 }