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