This commit is contained in:
2022-06-23 23:30:56 +00:00
parent c1b8d820b3
commit 83510f3b80
9 changed files with 580 additions and 22 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)