|
@@ -515,8 +515,8 @@ namespace TeamAAS_VP.ViewModels
|
|
|
_SaveWorkShiftCommand ?? (_SaveWorkShiftCommand = new DelegateCommand(ExecuteSaveWorkShiftCommand));
|
|
_SaveWorkShiftCommand ?? (_SaveWorkShiftCommand = new DelegateCommand(ExecuteSaveWorkShiftCommand));
|
|
|
|
|
|
|
|
private DelegateCommand _SelectSaveImagePathCommand;
|
|
private DelegateCommand _SelectSaveImagePathCommand;
|
|
|
- public DelegateCommand CommaSelectSaveImagePathCommandndName =>
|
|
|
|
|
- _SelectSaveImagePathCommand ?? (_SelectSaveImagePathCommand = new DelegateCommand(ExecuteCommaSelectSaveImagePathCommandndName));
|
|
|
|
|
|
|
+ public DelegateCommand SelectSaveImagePathCommand =>
|
|
|
|
|
+ _SelectSaveImagePathCommand ?? (_SelectSaveImagePathCommand = new DelegateCommand(ExecuteSelectSaveImagePathCommand));
|
|
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
|
|
|
@@ -1843,7 +1843,7 @@ namespace TeamAAS_VP.ViewModels
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
/// 选择CSV存储路径
|
|
/// 选择CSV存储路径
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
- void ExecuteCommaSelectSaveImagePathCommandndName()
|
|
|
|
|
|
|
+ void ExecuteSelectSaveImagePathCommand()
|
|
|
{
|
|
{
|
|
|
if (SelectDeviceInfo == null)
|
|
if (SelectDeviceInfo == null)
|
|
|
{
|
|
{
|