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