C# Класс RetroShareSSHClient.Bridge

Показать файл Открыть проект Примеры использования класса

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