C# Class TaimerGUI.ClientHorVer

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

Méthodes publiques

Méthode Description
ClientHorVer ( ) : System
initPanelHorario ( int minHor, int maxHor ) : void
loadHorario ( ) : void
setHorario ( Taimer hor ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ClientHorVer_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.

addActividad ( Button b ) : void
asig_Click ( object sender, EventArgs e ) : void
btnBorrar_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
pnlHorario_MouseEnter ( object sender, EventArgs e ) : void
pnlHorario_MouseHover ( object sender, EventArgs e ) : void
reducirPanelHorarios ( int minHor, int maxHor ) : void
txtBoxNombreHor_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtBoxNombreHor_Leave ( object sender, EventArgs e ) : void

Method Details

ClientHorVer() public méthode

public ClientHorVer ( ) : System
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

initPanelHorario() public méthode

public initPanelHorario ( int minHor, int maxHor ) : void
minHor int
maxHor int
Résultat void

loadHorario() public méthode

public loadHorario ( ) : void
Résultat void

setHorario() public méthode

public setHorario ( Taimer hor ) : void
hor Taimer
Résultat void