摘要: 1 public class UpLoadFile 2 { 3 public static void UpLoadFiles(string fileName) 4 { 5 string fileType = Path.GetExte... 阅读全文
posted @ 2015-05-10 10:54 及乌及国 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 实体类: 1 using System.Collections.Generic; 2 using System.ComponentModel; 3 4 namespace TreeViewBindingDemo 5 { 6 public class NodeEntry : INotifyP... 阅读全文
posted @ 2015-05-10 09:40 及乌及国 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// 根据文件后缀名获取系统图标。 3 /// 4 /// 5 /// 6 public static ImageSource GetIconByExtension(stri... 阅读全文
posted @ 2015-05-10 09:26 及乌及国 阅读(748) 评论(0) 推荐(0) 编辑