using System.Windows.Controls; namespace OS.Spin.View.MainWindowControls { /// /// UserControlEmpty.xaml 的交互逻辑 /// public partial class UserControlEmpty : UserControl { public UserControlEmpty() { InitializeComponent(); } } }