摘要:
#region TCP通讯检验连接状态与发送命令 public static bool GetCallBackData(string comMand, out string message) { string IP =目标IP; int port =目标端口; message = "未连接"; bo 阅读全文
摘要:
//将datatable数据按照规定进行分页 public DataTable GetSelectData(DataTable dt, int PageIndex, int PageSize) { if (PageIndex == 0) return dt;//0页代表每页数据,直接返回 } 阅读全文
摘要:
public void SetWindowRegion() { System.Drawing.Drawing2D.GraphicsPath FormPath; FormPath = new System.Drawing.Drawing2D.GraphicsPath(); Rectangle rect 阅读全文