|
|
|
|
using Aucma.Core.Palletiz.ViewModels;
|
|
|
|
|
using System.Windows.Controls;
|
|
|
|
|
|
|
|
|
|
namespace Aucma.Core.Palletiz.Views
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// FoamPlanPageView.xaml 的交互逻辑
|
|
|
|
|
/// </summary>
|
|
|
|
|
public partial class PalletizPageView : UserControl
|
|
|
|
|
{
|
|
|
|
|
public PalletizPageView()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
this.DataContext = new PalletizPageViewModel();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|