C# Class ShootBlues.Script.AddEndpointDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: kg/shootbluesscripts Class Usage Examples

Public Properties

Property Type Description
Prefs ShootBlues.Script.Mapping[]
Settings EndpointSettings

Public Methods

Method Description
AddEndpointDialog ( EndpointSettings settings ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OKButton_Click ( object sender, EventArgs e ) : void
RefreshEnabledState ( object sender, EventArgs e ) : void
SendToGroupChat_CheckedChanged ( object sender, EventArgs e ) : void
SendToUser_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

AddEndpointDialog() public method

public AddEndpointDialog ( EndpointSettings settings ) : System
settings EndpointSettings
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

Prefs public property

public Mapping[],ShootBlues.Script Prefs
return ShootBlues.Script.Mapping[]

Settings public property

public EndpointSettings,ShootBlues.Script Settings
return EndpointSettings