Finjusteringar
This commit is contained in:
@ -42,31 +42,6 @@ namespace StockInfo
|
||||
lblTotalRecords.Text = $"Total records: {dataGridView.RowCount}";
|
||||
}
|
||||
|
||||
//private static async void SaveStocks(IEnumerable<DataDomain.StockMember> allStocks)
|
||||
//{
|
||||
|
||||
// allStocks.ToList().ForEach(async s => await StockProcessor.SaveStockMember(new ApiClient.StockMember
|
||||
// {
|
||||
// ActAmount = s.ActAmount,
|
||||
// ActDate = s.ActDate,
|
||||
// ActValue = (double)s.ActValue,
|
||||
// BuyDate = s.BuyDate,
|
||||
// BuyValue = (double)s.BuyValue,
|
||||
// Comment = s.Comment,
|
||||
// PostAmount = s.PostAmount,
|
||||
// SoldDate = s.SoldDate,
|
||||
// SoldValue = (double)s.SoldValue,
|
||||
// StockExtId = s.StockExtId,
|
||||
// StockId = s.StockId
|
||||
// }));
|
||||
|
||||
//}
|
||||
|
||||
//private async void GetApiStocks()
|
||||
//{
|
||||
// dataGridView.DataSource = await StockProcessor.LoadStocksInformation();
|
||||
//}
|
||||
|
||||
|
||||
private void btnReload_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user