Added base decoding logic + notification logic.
This commit is contained in:
@@ -13,6 +13,13 @@ namespace BodyshopUploader.Models
|
||||
|
||||
}
|
||||
|
||||
private dynamic _job;
|
||||
public dynamic Job
|
||||
{
|
||||
get { return _job; }
|
||||
set { SetProperty(ref _job, value); }
|
||||
}
|
||||
|
||||
private string _filePath;
|
||||
public string FilePath
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user