Ejemplo n.º 1
0
 /// <summary>
 /// Copies the selected text to the clipboard
 /// </summary>
 /// <returns>True if text was copied otherwise false</returns>
 public bool CopyNuGenTSelectorToClipboard()
 {
     return(NuGenTBase.CopyNuGenTSelectorToClipboard());
 }