摘要: namespace WindowsFormsUCMP { [XmlRoot("Setup")] [Serializable] public class Users { public string username = "admin"; public string password = ""; pub 阅读全文
posted @ 2020-02-22 21:38 hardenzhao 阅读(100) 评论(0) 推荐(0)
摘要: [DllImport("user32.dll")]//拖动无窗体的控件 public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr 阅读全文
posted @ 2020-02-22 15:27 hardenzhao 阅读(631) 评论(0) 推荐(0)