Commit Latest

This commit is contained in:
2025-06-15 22:17:20 -04:00
parent be64273eeb
commit a46d507c7a
3 changed files with 15 additions and 3 deletions

View File

@@ -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"));