Example #1
0
        public static string GetProgress()
        {
            var pr = new ProgressResult(Percentage, Description, Error);
            var js = new JavaScriptSerializer();

            return(js.Serialize(pr));
        }
Example #2
0
 public static string GetProgress()
 {
     var pr = new ProgressResult(Percentage, Description, Error);
     var js = new JavaScriptSerializer();
     return js.Serialize(pr);
 }