C# Class Movie4You.MainForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: ISK-2015/projekt-zespolowy

Public Properties

Property Type Description
database Database

Public Methods

Method Description
MainForm ( ) : System
dbpass ( string pass ) : void
selecteduser ( string us ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( ) : System
return System

dbpass() public method

public dbpass ( string pass ) : void
pass string
return void

selecteduser() public method

public selecteduser ( string us ) : void
us string
return void

Property Details

database public_oe property

public Database,Movie4You database
return Database