文章目录
实现 UserControl 与主界面的信息交互,本章主要是主界面有多个使用usercontrol
Usercontrol与主界面
方法一、使用属性绑定
UserControl 部分(MyUserControl.xaml.cs)
using ReactiveUI;
using System.Reactive;
namespace YourNamespace
{
实现 UserControl 与主界面的信息交互,本章主要是主界面有多个使用usercontrol
using ReactiveUI;
using System.Reactive;
namespace YourNamespace
{