C# Class MakeClassSchedule.ResultControls.OneFieldOfRoomForm

Afficher le fichier Open project: Behzadkhosravifar/MakeClassSchedule Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentCell DataGridViewCell

Méthodes publiques

Méthode Description
OneFieldOfRoomForm ( int RoomKey, int ClassId, int StartTime, int DayNo ) : 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.

OneFieldOfRoomForm_Load ( object sender, EventArgs e ) : void
RefreshCHK ( ) : void
btnCancelProfessor_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnProfessor_Click ( object sender, EventArgs e ) : void
btnSaveProfessor_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
chkGroups_KeyUp ( object sender, KeyEventArgs e ) : void
chkGroups_SelectedIndexChanged ( object sender, EventArgs e ) : void
chkGroups_SelectedValueChanged ( object sender, EventArgs e ) : void
chkListProfessor_ItemCheck ( object sender, ItemCheckEventArgs 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

OneFieldOfRoomForm() public méthode

public OneFieldOfRoomForm ( int RoomKey, int ClassId, int StartTime, int DayNo ) : System
RoomKey int
ClassId int
StartTime int
DayNo int
Résultat System

Property Details

CurrentCell public_oe property

public DataGridViewCell CurrentCell
Résultat DataGridViewCell