软著申请修改

This commit is contained in:
hehaibing-1996
2024-10-17 12:59:41 +08:00
parent 278b1eab04
commit baa7b9716c
181 changed files with 357 additions and 497 deletions

View File

@ -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)