using Aucma.Scada.UI.ViewModel.InStoreInfo; using System.Windows.Controls; namespace Aucma.Scada.UI.Page.InStoreInfo { /// /// InStoreInfoControl.xaml 的交互逻辑 /// public partial class InStoreInfoControl : UserControl { public InStoreInfoControl() { InitializeComponent(); this.DataContext = new InStoreInfoViewModel(); } } }