2025年1月15日
摘要: 1.封装基类ComponentBase.cs 继承自UserControl,定义组件中使用的属性和命令 public class ComponentBase : UserControl { private bool _isSelected; public bool IsSelected { get 阅读全文
posted @ 2025-01-15 16:03 江渔湖 阅读(18) 评论(0) 推荐(0)