摘要: 下面示例中将要使用的公共类: //用于 picker 选择文件时,进行文件过滤internal class FileExtensions { public static readonly string[] Document = new string[] { ".doc", ".xls", ".ppt", ".docx", ".xlsx", ".pptx", ".pdf", ".txt", ".rtf" }; publ 阅读全文
posted @ 2012-09-27 13:10 博琼 阅读(588) 评论(0) 推荐(0)