随笔分类 -  Winform

摘要:引用自博客:http://blog.csdn.net/lz00728/article/details/7545809  方法1: 所有权法(已经验证可用)        //FormFather(父窗口)       //需要有一个公共的刷新方法       public void Refresh_ 阅读全文
posted @ 2016-03-14 16:58 preditctfuture 阅读(4191) 评论(0) 推荐(0)
摘要:网址:http://www.cnblogs.com/brookshi/p/5273281.html 阅读全文
posted @ 2016-03-14 09:59 preditctfuture 阅读(410) 评论(0) 推荐(0)
摘要:public string UpLoadFile(string fileNamePath, string uriString, bool IsAutoRename) { string fileName = fileNamePath.Substring(fileNamePath.LastIndexOf 阅读全文
posted @ 2016-03-04 15:40 preditctfuture 阅读(410) 评论(0) 推荐(0)