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