IO-233 2 Way Paint Scale.
This commit is contained in:
@@ -202,6 +202,22 @@ namespace BodyshopPartner.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
private ICommand _browseForPaintScaleImportPathCommand;
|
||||
public ICommand BrowseForPaintScaleImportPathCommand
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_browseForPaintScaleImportPathCommand == null)
|
||||
{
|
||||
_browseForPaintScaleImportPathCommand = new RelayCommand(
|
||||
p => true,
|
||||
p => BrowseForPaintScaleImportPath()
|
||||
);
|
||||
}
|
||||
return _browseForPaintScaleImportPathCommand;
|
||||
}
|
||||
}
|
||||
|
||||
private ICommand _configurePaintScaleCommand;
|
||||
public ICommand ConfigurePaintScaleCommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user