C# Class Talifun.Commander.Command.Configuration.ElementPanelBase

Inheritance: SettingPanelBase
显示文件 Open project: taliesins/talifun-commander

Public Methods

Method Description
OnBindToElement ( AppSettingsSection appSettings, CommanderSection commanderSettings, NamedConfigurationElement element ) : void
OpenLink ( string url ) : void

Method Details

OnBindToElement() public method

public OnBindToElement ( AppSettingsSection appSettings, CommanderSection commanderSettings, NamedConfigurationElement element ) : void
appSettings System.Configuration.AppSettingsSection
commanderSettings CommanderSection
element NamedConfigurationElement
return void

OpenLink() public method

public OpenLink ( string url ) : void
url string
return void