New field in stockmembers

This commit is contained in:
2021-05-13 08:15:40 +02:00
parent 85b959ad02
commit f0b3b3d264
8 changed files with 217 additions and 9 deletions

View File

@ -90,6 +90,7 @@ namespace StockInfoCore
txtTotalPlus.Text = TotalPlus.ToString();
txtTotalPlus.Refresh();
lbUpdateTimes.Items.Add($"{DateTime.Now.ToLongTimeString()} - {txtTotDiff.Text.Substring(0, txtTotDiff.Text.Length - 2)}");
}
@ -98,7 +99,7 @@ namespace StockInfoCore
_stockMarketRepository.LoadStockMarketList();
Stocks = _stockMarketRepository.StockMarketList;
ReloadData();
lbUpdateTimes.Items.Add($"{DateTime.Now.ToLongTimeString()} - {txtTotDiff.Text.Substring(0, txtTotDiff.Text.Length-2)}");
// lbUpdateTimes.Items.Add($"{DateTime.Now.ToLongTimeString()} - {txtTotDiff.Text.Substring(0, txtTotDiff.Text.Length-2)}");
}
private void lvMyStocks_DrawColumnHeader(object sender, DrawListViewColumnHeaderEventArgs e)