摘要: [Serializable] public class VPoint { public int ID { get; set; } public int X { get; set; } public int Y { get; set; } public bool IsFind { get; set;... 阅读全文
posted @ 2015-01-21 14:11 wangjinming 阅读(421) 评论(0) 推荐(0) 编辑