WIP PPG Data Pump
This commit is contained in:
@@ -167,6 +167,21 @@ namespace BodyshopPartner.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
private ICommand _browseForPaintScalePathCommand;
|
||||
public ICommand BrowseForPaintScalePathCommand
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_browseForPaintScalePathCommand == null)
|
||||
{
|
||||
_browseForPaintScalePathCommand = new RelayCommand(
|
||||
p => true,
|
||||
p => BrowseForPaintScalePath()
|
||||
);
|
||||
}
|
||||
return _browseForPaintScalePathCommand;
|
||||
}
|
||||
}
|
||||
|
||||
private ICommand _installUpdatesCommand;
|
||||
public ICommand InstallUpdatesCommand
|
||||
|
||||
Reference in New Issue
Block a user