C# 클래스 RetroShareSSHClient.Bridge

파일 보기 프로젝트 열기: sehraf/RSSSHClient 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Bridge System
InitBridge void

공개 메소드들

메소드 설명
GetBridge ( MainForm gui = null ) : Bridge

This function will return always the same bridge.

Reset ( ) : void

Resets all components

비공개 메소드들

메소드 설명
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.

메소드 상세

GetBridge() 공개 정적인 메소드

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!
리턴 Bridge

Reset() 공개 메소드

Resets all components
public Reset ( ) : void
리턴 void