C# 클래스 templateApp.GUI.Modulo14.M14_MostrarFacturaDisenoPlanilla

상속: System.Web.UI.Page, IContartoM14MostrarFacturaPlanilla
파일 보기 프로젝트 열기: rosmantorres/sakaratedo

공개 메소드들

메소드 설명
Alerta ( string msj ) : void
ConstruirDiseno ( Compra compra ) : string
Imprimir ( string contenido ) : void
M14_MostrarFacturaDisenoPlanilla ( ) : System

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

Alerta() 공개 메소드

public Alerta ( string msj ) : void
msj string
리턴 void

ConstruirDiseno() 공개 메소드

public ConstruirDiseno ( Compra compra ) : string
compra Compra
리턴 string

Imprimir() 공개 메소드

public Imprimir ( string contenido ) : void
contenido string
리턴 void

M14_MostrarFacturaDisenoPlanilla() 공개 메소드

public M14_MostrarFacturaDisenoPlanilla ( ) : System
리턴 System

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void