C# Class MultiRemoteDesktopClient.GlobalHelper

显示文件 Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Properties

Property Type Description
MDIChildrens System.Windows.Forms.Form[]
appSettings ApplicationSettings
controlHideShow ControlHideShow
dbGroups Database.Groups
dbServers Database.Servers
infoWin LiveInformationBox.InfoWindow

Public Methods

Method Description
PopulateGroupsDropDown ( ComboBox cb, string selected_text ) : void

Method Details

PopulateGroupsDropDown() public static method

public static PopulateGroupsDropDown ( ComboBox cb, string selected_text ) : void
cb System.Windows.Forms.ComboBox
selected_text string
return void

Property Details

MDIChildrens public_oe static_oe property

public static Form[],System.Windows.Forms MDIChildrens
return System.Windows.Forms.Form[]

appSettings public_oe static_oe property

public static ApplicationSettings,MultiRemoteDesktopClient appSettings
return ApplicationSettings

controlHideShow public_oe static_oe property

public static ControlHideShow,MultiRemoteDesktopClient controlHideShow
return ControlHideShow

dbGroups public_oe static_oe property

public static Groups,Database dbGroups
return Database.Groups

dbServers public_oe static_oe property

public static Servers,Database dbServers
return Database.Servers

infoWin public_oe static_oe property

public static LiveInformationBox.InfoWindow infoWin
return LiveInformationBox.InfoWindow