11 2017 档案

该文被密码保护。
posted @ 2017-11-28 14:54 基石 阅读(2) 评论(0) 推荐(0)
摘要:/// <summary> /// 打开图片,仅支持jpg /// </summary> private Image OpenImage(string imagePath) { if (!File.Exists(imagePath)) { return null; } string extensio 阅读全文
posted @ 2017-11-27 10:01 基石 阅读(907) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2017-11-15 09:46 基石 阅读(0) 评论(0) 推荐(0)
摘要://FolderBrowserDialog pDialog = new FolderBrowserDialog(); //pDialog.ShowNewFolderButton = false; //pDialog.Description = "请选择输出点要素类路径"; //if (pDialog 阅读全文
posted @ 2017-11-10 14:50 基石 阅读(670) 评论(0) 推荐(0)