摘要: 效果展示 cs代码 1 using Microsoft.Toolkit.Mvvm.ComponentModel; 2 using System; 3 using System.Collections.Generic; 4 using System.Collections.ObjectModel; 5 阅读全文
posted @ 2021-12-28 20:22 只吃肉不喝酒 阅读(2169) 评论(0) 推荐(0) 编辑
摘要: 首先看效果 实现方式也很简单,给ViewModel的PropertyChanged事件挂载命令的可否执行方法就行 Xaml代码 1 <Window 2 x:Class="MVVMToolkit框架学习.Views.RegisterView" 3 xmlns="http://schemas.micro 阅读全文
posted @ 2021-12-28 11:32 只吃肉不喝酒 阅读(491) 评论(0) 推荐(0) 编辑