C# Class Projeto4_Junior.InterfaceGrafica.Servicos.AlterarServico

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

Méthodes publiques

Méthode Description
AlterarServico ( ) : System
AlterarServico ( Servico servic, FormularioListarServico FormularioListarServico ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AlterarServico_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.

botaoAlterarTelaAlterar_Click ( object sender, EventArgs e ) : void
botaoCancelarTelaAlterar_Click ( object sender, EventArgs e ) : void

Method Details

AlterarServico() public méthode

public AlterarServico ( ) : System
Résultat System

AlterarServico() public méthode

public AlterarServico ( Servico servic, FormularioListarServico FormularioListarServico ) : System
servic Projeto4_Junior.Modelo.Servico
FormularioListarServico FormularioListarServico
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