Example #1
0
 public void Report(double percent, string text = null)
 {
     this.ProgressValue = new ProgressValue()
     {
         Percent = percent,
         Text = text
     };
 }