C# Class MakeClassSchedule.AddProfessorsForm

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

Méthodes publiques

Méthode Description
AddProfessorsForm ( int class_id ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddProfessorsForm_Load ( object sender, EventArgs e ) : void
AddProfessorsForm_MouseDown ( object sender, MouseEventArgs e ) : void
AddProfessorsForm_MouseMove ( object sender, MouseEventArgs e ) : void
AddProfessorsForm_MouseUp ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

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

btnSave_Click ( object sender, EventArgs e ) : void
find_Priority ( int>.Dictionary &PP, int key ) : string
starterOpacity_Tick ( object sender, EventArgs e ) : void
stopOpacity_Tick ( object sender, EventArgs e ) : void

Method Details

AddProfessorsForm() public méthode

public AddProfessorsForm ( int class_id ) : System
class_id int
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