2011年11月21日
摘要: public partial class DemoForm : Form { [Flags] enum MouseEventFlag : uint { Move = 0x0001, LeftDown = 0x0002, LeftUp = 0x0004, RightDown = 0x0008, RightUp = 0x0010, Midd... 阅读全文
posted @ 2011-11-21 18:37 宋元 阅读(554) 评论(0) 推荐(0) 编辑