C# Class ShootBlues.Script.AddEndpointDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: kg/shootbluesscripts Class Usage Examples

Méthodes publiques

Свойство Type Description
Prefs ShootBlues.Script.Mapping[]
Settings EndpointSettings

Méthodes publiques

Méthode Description
AddEndpointDialog ( EndpointSettings settings ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AddEndpointDialog ( EndpointSettings settings ) : System
settings EndpointSettings
Résultat System

Dispose() protected méthode

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

Property Details

Prefs public_oe property

public Mapping[],ShootBlues.Script Prefs
Résultat ShootBlues.Script.Mapping[]

Settings public_oe property

public EndpointSettings,ShootBlues.Script Settings
Résultat EndpointSettings