摘要: Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl ' the current model ' get the current active model Set mdl = ActiveModel If (mdl ... 阅读全文
posted @ 2015-01-27 14:22 GarySun 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 在使用DevExpress控件的时候。每次对窗体进行更改的时候,都会出现一个对话框。发布的时候 也会出现一个对话框。之前的解决方法是在发布的时候把licenses.licx给删除掉,但是这个方法治标不治本。每次发布的时候都要删除,如果忘记删除了,还需要重新发布,让人很是抓狂。现通过Google,找到 阅读全文
posted @ 2014-10-11 09:27 GarySun 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: public static class TypeHelper { public static TP AutoCopy(TC source) where TP : new() { TP dest = new TP(); var ParentType = typeof(TP); v... 阅读全文
posted @ 2014-09-04 15:11 GarySun 阅读(190) 评论(0) 推荐(0) 编辑