|
|
@@ -352,9 +352,9 @@ namespace TeamAAS_VP.ViewModels.Product
|
|
|
public DelegateCommand ApplyLockPointFeederAndScrewProgramCommand =>
|
|
|
_ApplyLockPointFeederAndScrewProgramCommand ?? (_ApplyLockPointFeederAndScrewProgramCommand = new DelegateCommand(ExecuteApplyLockPointFeederAndScrewProgramCommand));
|
|
|
|
|
|
- private DelegateCommand _AutoCorrectLockPoint;
|
|
|
- public DelegateCommand AutoCorrectLockPoint =>
|
|
|
- _AutoCorrectLockPoint ?? (_AutoCorrectLockPoint = new DelegateCommand(ExecuteAutoCorrectLockPoint));
|
|
|
+ private DelegateCommand _AutoCorrectLockPointCommand;
|
|
|
+ public DelegateCommand AutoCorrectLockPointCommand =>
|
|
|
+ _AutoCorrectLockPointCommand ?? (_AutoCorrectLockPointCommand = new DelegateCommand(ExecuteAutoCorrectLockPoint));
|
|
|
|
|
|
#endregion
|
|
|
|