C# Class Projeto4_Junior.InterfaceGrafica.Funcionario.AlterarFuncionario

Exibir arquivo Open project: sudorafa/salao_ Class Usage Examples

Private Properties

Property Type Description
AlterarFuncionario_Load void
InitializeComponent void
btCadastrar_Click void
btCancelar_Click void

Public Methods

Method Description
AlterarFuncionario ( ) : System
AlterarFuncionario ( Projeto4_Junior func, ListarFuncionario listarFunc ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

btCadastrar_Click ( object sender, EventArgs e ) : void
btCancelar_Click ( object sender, EventArgs e ) : void

Method Details

AlterarFuncionario() public method

public AlterarFuncionario ( ) : System
return System

AlterarFuncionario() public method

public AlterarFuncionario ( Projeto4_Junior func, ListarFuncionario listarFunc ) : System
func Projeto4_Junior
listarFunc ListarFuncionario
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