using System.Windows.Controls; namespace DownKyi.CustomControl { /// /// CustomPager.xaml 的交互逻辑 /// public partial class CustomPager : UserControl { public CustomPager() { InitializeComponent(); } } }