摘要:
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
宋元
阅读(557)
评论(0)
推荐(0)
浙公网安备 33010602011771号