C# Class Projeto4_Junior.InterfaceGrafica.Cliente.Aniversariantes

Inheritance: System.Windows.Forms.Form
Show file Open project: sudorafa/salao_

Public Properties

Property Type Description
dataGridView1 System.Windows.Forms.DataGridView

Public Methods

Method Description
Aniversariantes ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Aniversariantes_Load ( object sender, EventArgs e ) : void
Buscar_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

dataGridView1_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void

Method Details

Aniversariantes() public method

public Aniversariantes ( ) : System
return System

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

Property Details

dataGridView1 public property

public System.Windows.Forms.DataGridView dataGridView1
return System.Windows.Forms.DataGridView