using System.Windows.Controls; using RIZO_Application.Infrastructure.CustomAttribute; namespace RIZO_Application.Modules.ModuleName.Views { [AutoRegisterView(ViewName = "PrintControl")] /// /// PrintControl.xaml 的交互逻辑 /// public partial class PrintControl : UserControl { public PrintControl() { InitializeComponent(); } } }