public static void setDivStyle(ClsCommand rb) { ClsDivs.SetStyleValue(rb.Divs, rb.Property, rb.Value1); // answer GlobalServerEvents.SendMessage(null, new ClsStringEventArgs(ClsRequests.DataRequest(new ClsCommand(command: "Divs", pageSet: rb.PageSet, page: rb.Page)))); }
public static void setDivStyle(ClsCommand rb) { ClsDivs.SetStyleValue(rb.PageSet, rb.Page, rb.Divs, rb.Property, rb.Value1); }