Commit Latest
This commit is contained in:
@@ -91,6 +91,7 @@ namespace PortfolioManager.ViewModels
|
||||
{
|
||||
Task workerTask = Task.Factory.StartNew(() =>
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG, $"WatchListDA.GetWatchLists()");
|
||||
watchListNames = WatchListDA.GetWatchLists();
|
||||
watchListNames.Insert(0, UIConstants.CONST_ALL);
|
||||
selectedWatchList = watchListNames.Find(x => x.Equals("Valuations"));
|
||||
|
||||
Reference in New Issue
Block a user