上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 120 下一页
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System 阅读全文
posted @ 2024-09-11 14:52 FredGrit 阅读(28) 评论(0) 推荐(0)
摘要: 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)
摘要: using System.Diagnostics; // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); string path= @"..\..\..\ 阅读全文
posted @ 2024-09-09 22:13 FredGrit 阅读(412) 评论(0) 推荐(0)
摘要: <DataGridTemplateColumn Header="Image" > <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Image Source="{Binding ImgUrl}" Width="20" Height="50"> 阅读全文
posted @ 2024-09-09 21:43 FredGrit 阅读(37) 评论(0) 推荐(0)
摘要: private void Window_KeyDown(object sender, KeyEventArgs e) { if (e.Key == Key.A && e.KeyboardDevice.Modifiers == ModifierKeys.Control) { MessageBox.Sh 阅读全文
posted @ 2024-09-06 17:42 FredGrit 阅读(15) 评论(0) 推荐(0)
摘要: public MainWindow() { InitializeComponent(); this.AddHandler(ListBox.SelectionChangedEvent, new SelectionChangedEventHandler(GenericHandler)); this.Ad 阅读全文
posted @ 2024-09-06 16:28 FredGrit 阅读(16) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp340.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-05 22:18 FredGrit 阅读(21) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 120 下一页