上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 137 下一页
摘要: <DataGridTemplateColumn Header="Image" > <DataGridTemplateColumn.CellTemplate> <DataTemplate> <Image Source="{Binding ImgUrl}" Width="20" Height="50"> 阅读全文
posted @ 2024-09-09 21:43 FredGrit 阅读(61) 评论(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 阅读(47) 评论(0) 推荐(0)
摘要: public MainWindow() { InitializeComponent(); this.AddHandler(ListBox.SelectionChangedEvent, new SelectionChangedEventHandler(GenericHandler)); this.Ad 阅读全文
posted @ 2024-09-06 16:28 FredGrit 阅读(32) 评论(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 阅读(44) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp333.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-03 17:50 FredGrit 阅读(71) 评论(0) 推荐(0)
摘要: //xaml <UserControl x:Class="WpfApp332.BtnTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com 阅读全文
posted @ 2024-09-03 17:27 FredGrit 阅读(37) 评论(0) 推荐(0)
摘要: //xaml <Window x:Class="WpfApp332.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/ 阅读全文
posted @ 2024-09-03 17:16 FredGrit 阅读(50) 评论(0) 推荐(0)
摘要: <Window x:Class="WpfApp330.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2 阅读全文
posted @ 2024-09-03 16:34 FredGrit 阅读(67) 评论(0) 推荐(0)
摘要: //server using System; using System.Net; using System.Net.Sockets; using System.Text; namespace ConsoleApp63 { internal class Program { static void Ma 阅读全文
posted @ 2024-09-02 20:00 FredGrit 阅读(75) 评论(0) 推荐(0)
摘要: //Runtime project,c class library using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; 阅读全文
posted @ 2024-09-02 17:28 FredGrit 阅读(28) 评论(0) 推荐(0)
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 137 下一页