This commit is contained in:
2022-09-23 23:52:18 +00:00
parent abc6230834
commit 810a7a7c50
5 changed files with 34 additions and 8 deletions

View File

@@ -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
}
}