摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-09-10 21:44 FredGrit 阅读(21) 评论(0) 推荐(0)
摘要: 1.New Console application; 2.Add reference,PresentationCore and WindowsBase 3. using System; using System.Collections.Generic; using System.Linq; usin 阅读全文
posted @ 2024-09-10 21:36 FredGrit 阅读(14) 评论(0) 推荐(0)
摘要: <DataGridTemplateColumn> <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Image Source="{Binding ImgUrl}" Width="200" Height="500"> <behavior:Int 阅读全文
posted @ 2024-09-10 20:32 FredGrit 阅读(17) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2024-09-10 18:51 FredGrit 阅读(18) 评论(0) 推荐(0)