C# Class Interfaz_Presentadores.Modulo4.PresentadorAgregarHistorialM

Show file Open project: rosmantorres/sakaratedo Class Usage Examples

Public Methods

Method Description
AgregarHistorialM_Click ( ) : void

Método para agregar un nuevo Historial Matricula

PresentadorAgregarHistorialM ( IContratoAgregarHistorialM laVista ) : System

Constructor del Presentador

Method Details

AgregarHistorialM_Click() public method

Método para agregar un nuevo Historial Matricula
public AgregarHistorialM_Click ( ) : void
return void

PresentadorAgregarHistorialM() public method

Constructor del Presentador
public PresentadorAgregarHistorialM ( IContratoAgregarHistorialM laVista ) : System
laVista IContratoAgregarHistorialM la vista es la interfaz principal
return System