This commit is contained in:
@@ -34,6 +34,26 @@ namespace AyaNova.PlugIn.V8
|
||||
edOut.AppendText(txt + "\r\n");
|
||||
}
|
||||
|
||||
public void Op(string txt)
|
||||
{
|
||||
edCurrent.Text = txt;
|
||||
}
|
||||
|
||||
public string LastOp
|
||||
{
|
||||
get { return edCurrent.Text; }
|
||||
}
|
||||
|
||||
public void SubOp(string txt)
|
||||
{
|
||||
edSubOp.Text = txt;
|
||||
}
|
||||
|
||||
public string LastSubOp
|
||||
{
|
||||
get { return edSubOp.Text; }
|
||||
}
|
||||
|
||||
private void btnClose_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
|
||||
Reference in New Issue
Block a user