C# Class ElectronicRoomScheduler.Screens.EditEventScreen

Afficher le fichier Open project: jtheise/cs3402T4

Méthodes publiques

Méthode Description
EditEventScreen ( int EventId ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EditEventScreen_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

buttonAddPerson_Click ( object sender, EventArgs e ) : void
buttonRemovePerson_Click ( object sender, EventArgs e ) : void
buttonSave_Click ( object sender, EventArgs e ) : void
listBoxAttending_SelectedValueChanged ( object sender, EventArgs e ) : void
textBoxPerson_Enter ( object sender, EventArgs e ) : void
textBoxPerson_Leave ( object sender, EventArgs e ) : void

Method Details

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

EditEventScreen() public méthode

public EditEventScreen ( int EventId ) : System
EventId int
Résultat System