摘要: 操作类public class operate { private Stack<IElement> nows = new Stack<IElement>(); private IElement nl; private IElement xElement; public operate() { } //撤销 public void rollback(Stack<IElement> history, IMapControl3 axmap, IGraphics... 阅读全文
posted @ 2013-05-16 09:26 之远 阅读(381) 评论(0) 推荐(0)