This commit is contained in:
2022-06-20 00:21:06 +00:00
parent 4d524efb4b
commit 7b99160632
9 changed files with 169 additions and 37 deletions

View File

@@ -17,12 +17,16 @@ namespace AyaNovaQBI
InitializeComponent();
}
private void MainForm_Load(object sender, EventArgs e)
async private void MainForm_Load(object sender, EventArgs e)
{
//Initialize
if(await util.InitializeQBI() == false)
{
Close();
}
grid.DataSource = util.GetInvoiceableItems();
// grid.DataSource = util.GetInvoiceableItems();
}
private void grid_CellFormatting(object sender, DataGridViewCellFormattingEventArgs e)