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