This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user