C# Class View.UI.ViewEstoque.frmAlertaEstoque

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
CarregarDgv ( ) : void
frmAlertaEstoque ( ) : Model.Entidades

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AtualizarGrid ( ) : void
InitializeComponent ( ) : void

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

PlaceLowerRight ( ) : void
dgvAvisosEstoque_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
frmAlertaEstoque_Load ( object sender, EventArgs e ) : void

Method Details

CarregarDgv() public method

public CarregarDgv ( ) : void
return void

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

frmAlertaEstoque() public method

public frmAlertaEstoque ( ) : Model.Entidades
return Model.Entidades