update dependencies
This commit is contained in:
parent
437e85fd12
commit
126919d578
11 changed files with 42 additions and 45 deletions
|
|
@ -1,7 +1,6 @@
|
|||
using Dinah.Core.Windows.Forms;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
using Dinah.Core.Threading;
|
||||
|
||||
namespace LibationWinForms.BookLiberation
|
||||
{
|
||||
|
|
@ -19,7 +18,7 @@ namespace LibationWinForms.BookLiberation
|
|||
public void WriteLine(string text)
|
||||
{
|
||||
if (!IsDisposed)
|
||||
logTb.UIThread(() => logTb.AppendText($"{DateTime.Now} {text}{Environment.NewLine}"));
|
||||
logTb.UIThreadAsync(() => logTb.AppendText($"{DateTime.Now} {text}{Environment.NewLine}"));
|
||||
}
|
||||
|
||||
public void FinalizeUI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue