摘要: 主页页面代码 <Grid> <TextBox x:Name="First" Width="80" Height="20" Text="{Binding Value,UpdateSourceTrigger=PropertyChanged}" Foreground="{Binding BorderCol 阅读全文
posted @ 2021-11-30 17:29 月长生 阅读(41) 评论(0) 推荐(0)
摘要: 主页面代码 public partial class MainWindow : Window { MainViewModel mainViewModel = null; public MainWindow() { InitializeComponent(); mainViewModel = new 阅读全文
posted @ 2021-11-30 09:50 月长生 阅读(211) 评论(0) 推荐(0)