07 2015 档案
摘要:1 public class UploadFile 2 { 3 //文件名称 4 public string FileName{get;set;} 5 //文件类型 6 public StorageFile File{get;set;} 7 8 /...
阅读全文
摘要:win10的独立存储和win8的大致相同Windows.Storage.ApplicationDataContainer roamingSettings = Windows.Storage.ApplicationData.Current.RoamingSettings;//如果不存在容器,就创建它i...
阅读全文
摘要:/// /// 查找控件/// /// /// /// public static T FindChildOfType(Windows.UI.Xaml.DependencyObject root) where T : class{var queue = new Queue();queue.Enque...
阅读全文
摘要:using (Windows.Web.Http.HttpClient client = new Windows.Web.Http.HttpClient()){Windows.Web.Http.HttpMultipartFormDataContent form = new Windows.Web.Ht...
阅读全文
浙公网安备 33010602011771号