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