2013年7月23日

摘要: var query = from l in list orderby l.Date descending group l by l.Id into t select new { t.Key, body = t.First().Body,... 阅读全文
posted @ 2013-07-23 10:24 Nazgul 阅读(102) 评论(0) 推荐(0) 编辑

2013年7月2日

摘要: ApplicationData.Current.LocalFolder 阅读全文
posted @ 2013-07-02 16:46 Nazgul 阅读(111) 评论(0) 推荐(0) 编辑
 
摘要: const string RootContainer = "{00000000-0000-0000-FFFF-FFFFFFFFFFFF}";const string RootQuery = "System.Devices.ContainerId:=\"" + RootContainer + "\"";const string DeviceClassKey = "{A45C254E-DF1C-4EFD-8020-67D146A850E0},10";const string DeviceDriver 阅读全文
posted @ 2013-07-02 16:44 Nazgul 阅读(210) 评论(0) 推荐(0) 编辑