This commit is contained in:
2021-08-19 17:04:21 +00:00
parent f0edd7030d
commit 250996a3f4
2 changed files with 46 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ namespace AyaNova.PlugIn.V8
btnClose.Enabled = false;
btnCancel.Enabled = true;
btnCancel.Visible = true;
}
public void FinishedImport()
@@ -46,6 +46,11 @@ namespace AyaNova.PlugIn.V8
edCurrent.Text = txt;
}
public string AllText
{
get { return edOut.Text; }
}
public string LastOp
{
get { return edCurrent.Text; }