Added logging + array based processing.
This commit is contained in:
@@ -48,5 +48,12 @@ namespace BodyshopPartner.ViewModels
|
||||
get { return _activeShop; }
|
||||
set { SetProperty(ref _activeShop, value); Task.Run(async () => await SetActiveBodyshop()); }
|
||||
}
|
||||
|
||||
private string _httpServerLog = "Status Log\nNewLine\n";
|
||||
public string HttpServerLog
|
||||
{
|
||||
get { return _httpServerLog; }
|
||||
set { SetProperty(ref _httpServerLog, value); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user