Fetching "Stocks per group and person" implemented , Portfolioowner on Stockpage
This commit is contained in:
@ -71,6 +71,7 @@ namespace StockInfoCore
|
||||
AddItemToListView(stk);
|
||||
}
|
||||
|
||||
lblOwnerName.Text = $"* {ConnectedPerson.FirstName} {ConnectedPerson.LastName} *";
|
||||
txtBuyTotal.Text = BoughtSum.ToString();
|
||||
txtBuyTotal.Refresh();
|
||||
txtCurrValue.Text = CurrentSum.ToString();
|
||||
@ -96,7 +97,7 @@ namespace StockInfoCore
|
||||
|
||||
private void TotalReload()
|
||||
{
|
||||
_stockMarketRepository.LoadStockMarketList();
|
||||
_stockMarketRepository.LoadStockMarketList(ConnectedPerson.Id);
|
||||
Stocks = _stockMarketRepository.StockMarketList;
|
||||
ReloadData();
|
||||
// lbUpdateTimes.Items.Add($"{DateTime.Now.ToLongTimeString()} - {txtTotDiff.Text.Substring(0, txtTotDiff.Text.Length-2)}");
|
||||
|
||||
Reference in New Issue
Block a user