C# Class Nav.Common.VSPackages.CrmDeveloperHelper.Helpers.ClipboardHelper

Mostrar archivo Open project: PonomarevDmitry/CrmDeveloperHelper

Public Methods

Method Description
Clear ( ) : void
SetFileDropList ( StringCollection stringCollection ) : void
SetText ( string text ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

SetFileDropList() public static method

public static SetFileDropList ( StringCollection stringCollection ) : void
stringCollection StringCollection
return void

SetText() public static method

public static SetText ( string text ) : void
text string
return void