C# Class RetroShareSSHClient.Bridge

Afficher le fichier Open project: sehraf/RSSSHClient Class Usage Examples

Private Properties

Свойство Type Description
Bridge System
InitBridge void

Méthodes publiques

Méthode Description
GetBridge ( MainForm gui = null ) : Bridge

This function will return always the same bridge.

Reset ( ) : void

Resets all components

Private Methods

Méthode Description
Bridge ( MainForm gui ) : System
InitBridge ( ) : void

This need to be called after the bridge is instanced! Most classes call GetBridge() on initialisation and if there is no bridge (yet) this will end up in an endless loop.

Method Details

GetBridge() public static méthode

This function will return always the same bridge.
public static GetBridge ( MainForm gui = null ) : Bridge
gui MainForm gui only needs to be set on the first call!
Résultat Bridge

Reset() public méthode

Resets all components
public Reset ( ) : void
Résultat void