摘要: win10的独立存储和win8的大致相同Windows.Storage.ApplicationDataContainer roamingSettings = Windows.Storage.ApplicationData.Current.RoamingSettings;//如果不存在容器,就创建它i... 阅读全文
posted @ 2015-07-26 18:10 某只菜鸟 阅读(193) 评论(0) 推荐(0) 编辑
摘要: /// /// 查找控件/// /// /// /// public static T FindChildOfType(Windows.UI.Xaml.DependencyObject root) where T : class{var queue = new Queue();queue.Enque... 阅读全文
posted @ 2015-07-26 17:53 某只菜鸟 阅读(163) 评论(0) 推荐(0) 编辑
摘要: using (Windows.Web.Http.HttpClient client = new Windows.Web.Http.HttpClient()){Windows.Web.Http.HttpMultipartFormDataContent form = new Windows.Web.Ht... 阅读全文
posted @ 2015-07-26 15:34 某只菜鸟 阅读(1574) 评论(1) 推荐(0) 编辑