WPF 继承自定义的控件 WPF 继承自定义的控件1.创建一个BaseControl.csnamespace Test.Control{ using System; using System.Windows; using System.Windows.Controls; using System.Windows.Input; /// /// WPF 2023-09-24 136 点赞 2 评论 206 浏览