摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading; using Syste 阅读全文
posted @ 2024-08-22 20:54 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: //xaml <UserControl x:Class="WpfApp263.ELpTbk" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com 阅读全文
posted @ 2024-08-22 17:32 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑
摘要: public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); var vm = new MainVM(this); this.DataContext = vm; } } public c 阅读全文
posted @ 2024-08-22 16:42 FredGrit 阅读(2) 评论(0) 推荐(0) 编辑