This commit is contained in:
2022-07-01 19:58:12 +00:00
parent f61fa815b8
commit e86992f295
2 changed files with 13 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ namespace AyaNovaQBI
async private void MainForm_Load(object sender, EventArgs e)
{
//Initialize
StringBuilder initErrors = new StringBuilder();
if (await util.InitializeQBI(initErrors) == false)
@@ -47,6 +47,7 @@ namespace AyaNovaQBI
//}
}
grid.Visible = true;
MessageBox.Show("DONE / OK");
// grid.DataSource = util.GetInvoiceableItems();
}