liberate visible to use new process queue
This commit is contained in:
parent
3a5ef999f0
commit
0a106e64d8
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ namespace LibationWinForms
|
|||
}
|
||||
|
||||
private async void liberateVisible(object sender, EventArgs e)
|
||||
=> await BookLiberation.ProcessorAutomationController.BackupAllBooksAsync(productsGrid.GetVisible());
|
||||
=> await Task.Run(() => processBookQueue1.AddDownloadDecrypt(productsGrid.GetVisible()));
|
||||
|
||||
private void replaceTagsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue