메소드 | 설명 | |
---|---|---|
Frm_Servico ( string nomeDoTecnico ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
Btm_Limpar_Click ( object sender, EventArgs e ) : void | ||
Frm_Servico_Load ( object sender, EventArgs e ) : void |
Carregando o nome de todos os serviços e os adicionando no combo Box(Txt_Servicos).
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PreencherTrabalho ( ) : Servico |
Preenchendo uma classe trabalho com as informações do Form.
|
|
Txt_Valor_KeyPress ( object sender, KeyPressEventArgs e ) : void | ||
atualizarListaDeOS ( ) : void | ||
finalizarToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
Finalizando Ordem de serviço (Botão).
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public Frm_Servico ( string nomeDoTecnico ) : System | ||
nomeDoTecnico | string | |
리턴 | System |