سلام
using System.Windows.Forms;
using System.Windows;
Clipboard.SetText("Hello, clipboard");
Clipboard.SetText(txtClipboard.Text);