C# Class Movie4You.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ISK-2015/projekt-zespolowy

Méthodes publiques

Свойство Type Description
database Database

Méthodes publiques

Méthode Description
MainForm ( ) : System
dbpass ( string pass ) : void
selecteduser ( string us ) : void

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.

aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
dataGridView1_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
exitToolStripMenuItem_Click ( 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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

dbpass() public méthode

public dbpass ( string pass ) : void
pass string
Résultat void

selecteduser() public méthode

public selecteduser ( string us ) : void
us string
Résultat void

Property Details

database public_oe property

public Database,Movie4You database
Résultat Database