using Aucma.Core.PrintTo.ViewModels; using System.Windows.Controls; namespace Aucma.Core.PrintTo.Views { /// /// IndexPage.xaml 的交互逻辑 /// public partial class IndexPage : UserControl { public IndexPage() { InitializeComponent(); this.DataContext = new IndexPageViewModel(); } } }