This commit is contained in:
@@ -16,6 +16,19 @@ namespace AyaNova.Plugin.Dump
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
|
||||
public void StartedImport()
|
||||
{
|
||||
Cursor.Current = Cursors.WaitCursor;
|
||||
btnClose.Enabled = false;
|
||||
}
|
||||
|
||||
public void FinishedImport()
|
||||
{
|
||||
Cursor.Current = Cursors.Default;
|
||||
btnClose.Enabled = true;
|
||||
}
|
||||
|
||||
public void Append(string txt)
|
||||
{
|
||||
edOut.AppendText(txt + "\r\n");
|
||||
|
||||
Reference in New Issue
Block a user