C# Class EditorMapa2D.frmEvent

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

Méthodes publiques

Свойство Type Description
ok bool

Méthodes publiques

Méthode Description
AddEvent ( int codeEvent, string name ) : void
clear ( ) : void
frmEvent ( ) : 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.

btCancelar_Click ( object sender, EventArgs e ) : void
btOk_Click ( object sender, EventArgs e ) : void
btnDeleteEvent_Click ( object sender, EventArgs e ) : void
btnNewEvent_Click ( object sender, EventArgs e ) : void
dgEventos_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
dgEventos_CellEndEdit ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
frmEvent_Shown ( object sender, EventArgs e ) : void

Method Details

AddEvent() public méthode

public AddEvent ( int codeEvent, string name ) : void
codeEvent int
name string
Résultat void

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

clear() public méthode

public clear ( ) : void
Résultat void

frmEvent() public méthode

public frmEvent ( ) : System
Résultat System

Property Details

ok public_oe property

public bool ok
Résultat bool