软著申请修改
This commit is contained in:
@ -12,10 +12,10 @@ using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Shapes;
|
||||
using 货架标准上位机.ViewModel;
|
||||
using 货架标准上位机.Views.Controls;
|
||||
using 智能仓储WCS管理系统.ViewModel;
|
||||
using 智能仓储WCS管理系统.Views.Controls;
|
||||
|
||||
namespace 货架标准上位机
|
||||
namespace 智能仓储WCS管理系统
|
||||
{
|
||||
/// <summary>
|
||||
/// InInventoryView.xaml 的交互逻辑
|
||||
@ -27,8 +27,7 @@ namespace 货架标准上位机
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = viewModel;
|
||||
|
||||
|
||||
//初始化扫码枪
|
||||
var scanners = ScannerManager.Scanners.Select(t => t).ToList();
|
||||
scanners.ForEach(t =>
|
||||
{
|
||||
@ -45,24 +44,20 @@ namespace 货架标准上位机
|
||||
|
||||
private void UserControlBase_Loaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void Border_MouseUp(object sender, MouseButtonEventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void UserControlBase_LoadedVisibleFirst(object sender, EventArgs e)
|
||||
{
|
||||
if (IsInDesignMode)
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
private void UserControlBase_LoadedVisible(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void Button_PreviewKeyDown(object sender, KeyEventArgs e)
|
||||
|
Reference in New Issue
Block a user