This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user