Example #1
0
 /// <summary>
 /// Copy the text to the clipboard.
 /// </summary>
 public override void Execute()
 {
     if (CurrentDocument != null)
     {
         CurrentDocument.CopyText();
     }
 }