摘要: 1 public class Test 2 { 3 private bool drawing; 4 private Point beginPoint; 5 private Point endPoint; 6 private Size size = new Size(); 7 8 public Test() 9 ... 阅读全文
posted @ 2007-06-04 17:50 xiaowy 阅读(725) 评论(0) 推荐(0) 编辑