IO-70 OEC Connection Settings
This commit is contained in:
@@ -169,6 +169,23 @@ namespace BodyshopPartner.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
private ICommand _browseForEmsFolderCommand;
|
||||
public ICommand BrowseForEmsFolderCommand
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_browseForEmsFolderCommand == null)
|
||||
{
|
||||
_browseForEmsFolderCommand = new RelayCommand(
|
||||
p => true,
|
||||
p => BrowseForEmsFolder()
|
||||
);
|
||||
}
|
||||
return _browseForEmsFolderCommand;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private ICommand _browseForPaintScalePathCommand;
|
||||
public ICommand BrowseForPaintScalePathCommand
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user