This commit is contained in:
@@ -34,6 +34,7 @@ namespace AyaNova.PlugIn.V8
|
||||
btnClose.Enabled = true;
|
||||
btnCancel.Enabled = false;
|
||||
btnCancel.Visible = false;
|
||||
|
||||
}
|
||||
|
||||
public void Append(string txt)
|
||||
@@ -82,6 +83,11 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
}
|
||||
|
||||
private void btnCopy_Click(object sender, EventArgs e)
|
||||
{
|
||||
System.Windows.Forms.Clipboard.SetText(AllText);
|
||||
}
|
||||
|
||||
//eoc
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user