C# Class Interfaz_Presentadores.Modulo1.PresentadorM1Restablecer

显示文件 Open project: rosmantorres/sakaratedo

Public Methods

Method Description
Inicio ( ) : void
MensajeAlert ( System.Boolean Warning, String WarningText, System.Boolean Info, String InfoText ) : void
PresentadorM1Restablecer ( IContratoM1Restablecer iMaster ) : System
RedireccionarInicio ( ) : void

Method Details

Inicio() public method

public Inicio ( ) : void
return void

MensajeAlert() public method

public MensajeAlert ( System.Boolean Warning, String WarningText, System.Boolean Info, String InfoText ) : void
Warning System.Boolean
WarningText String
Info System.Boolean
InfoText String
return void

PresentadorM1Restablecer() public method

public PresentadorM1Restablecer ( IContratoM1Restablecer iMaster ) : System
iMaster IContratoM1Restablecer
return System

RedireccionarInicio() public method

public RedireccionarInicio ( ) : void
return void