11 2017 档案
摘要:/// <summary> /// 打开图片,仅支持jpg /// </summary> private Image OpenImage(string imagePath) { if (!File.Exists(imagePath)) { return null; } string extensio
阅读全文
摘要://FolderBrowserDialog pDialog = new FolderBrowserDialog(); //pDialog.ShowNewFolderButton = false; //pDialog.Description = "请选择输出点要素类路径"; //if (pDialog
阅读全文

浙公网安备 33010602011771号