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