闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

2009年12月22日

摘要: private Point GetPointAsParent(Control ctrl,Control parentCtrl) { int x, y; x=ctrl.Location.X; y=ctrl.Location.Y; while (ctrl.Parent!=null && !ctrl.Parent.GetType().Equals(parentCtrl.GetType()... 阅读全文

posted @ 2009-12-22 22:24 闲坐敲棋 阅读(253) 评论(0) 推荐(0)