using System.Windows.Controls; namespace MainShell.Manual.View { /// /// DieRecheckView.xaml 的交互逻辑 /// public partial class DieRecheckView : UserControl { public DieRecheckView() { InitializeComponent(); } } }