C# Class FileDialogExtenders.FileDialogPlaces

Mostrar archivo Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
ResetPlaces ( this fd ) : void
SetPlaces ( this fd, object places ) : void

Private Methods

Method Description
FileDialogPlaces ( ) : System
InitializeRegistry ( ) : IntPtr
ResetRegistry ( IntPtr hkMyCU ) : void
SetupFakeRegistryTree ( ) : void

Method Details

ResetPlaces() public static method

public static ResetPlaces ( this fd ) : void
fd this
return void

SetPlaces() public static method

public static SetPlaces ( this fd, object places ) : void
fd this
places object
return void