This commit is contained in:
2022-07-07 20:15:36 +00:00
parent 217206c687
commit 06cd7752d3
2 changed files with 26 additions and 19 deletions

View File

@@ -147,5 +147,11 @@ namespace AyaNovaQBI
{
util.OpenWebURL("https://ayanova.com/qbi/docs");
}
private async void refreshCachedDataToolStripMenuItem_Click(object sender, EventArgs e)
{
await util.PopulateQBListCache();
await util.PopulateAyaListCache();
}
}
}