摘要: private void ExportSelectedCmdExecuted(object obj) { var items = (System.Collections.IList)obj; if (items != null && items.Count > 0) { var booksList 阅读全文
posted @ 2024-10-11 00:32 FredGrit 阅读(11) 评论(0) 推荐(0) 编辑
摘要: private void GenerateImgaBrushImageSourceViaImgUrl(string imgUrlValue) { BitmapImage bmi = new BitmapImage(); bmi.BeginInit(); bmi.UriSource = new Uri 阅读全文
posted @ 2024-10-11 00:23 FredGrit 阅读(6) 评论(0) 推荐(0) 编辑