摘要: 1 public class UploadFile 2 { 3 //文件名称 4 public string FileName{get;set;} 5 //文件类型 6 public StorageFile File{get;set;} 7 8 /... 阅读全文
posted @ 2015-07-27 20:34 某只菜鸟 阅读(1092) 评论(0) 推荐(0) 编辑