C# 클래스 AerolineaFrba.Compra.Form2

파일 보기 프로젝트 열기: santileira/BHLP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
actualizarTabla Boolean
anterior Form
cantidadButacas int
codigoCliente int
encontroCliente Boolean

공개 메소드들

메소드 설명
Form2 ( ) : System
borrarButacasSeleccionadas ( ) : void
inicio ( ) : void
liberarButaca ( string but ) : void
seSelecciono ( DataGridViewRow registro ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

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

agregarCampos ( DataGridView unDg ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
calcularImporte ( ) : string
cambiarVisibilidades ( Form formularioSiguiente ) : void
dgButacas_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void
dp_ValueChanged ( object sender, EventArgs e ) : void
hacerValidacionesDeTipo ( ) : Boolean
hayQueActualizarTabla ( ) : void
tieneDocumento ( string dni ) : SqlDataReader
txtApe_TextChanged ( object sender, EventArgs e ) : void
txtDire_TextChanged ( object sender, EventArgs e ) : void
txtDni_TextChanged ( object sender, EventArgs e ) : void
txtMail_TextChanged ( object sender, EventArgs e ) : void
txtNac_TextChanged ( object sender, EventArgs e ) : void
txtNom_TextChanged ( object sender, EventArgs e ) : void
txtTel_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Form2() 공개 메소드

public Form2 ( ) : System
리턴 System

borrarButacasSeleccionadas() 공개 메소드

public borrarButacasSeleccionadas ( ) : void
리턴 void

inicio() 공개 메소드

public inicio ( ) : void
리턴 void

liberarButaca() 공개 메소드

public liberarButaca ( string but ) : void
but string
리턴 void

seSelecciono() 공개 메소드

public seSelecciono ( DataGridViewRow registro ) : void
registro DataGridViewRow
리턴 void

프로퍼티 상세

actualizarTabla 공개적으로 프로퍼티

public Boolean actualizarTabla
리턴 Boolean

anterior 공개적으로 프로퍼티

public Form anterior
리턴 Form

cantidadButacas 공개적으로 프로퍼티

public int cantidadButacas
리턴 int

codigoCliente 공개적으로 프로퍼티

public int codigoCliente
리턴 int

encontroCliente 공개적으로 프로퍼티

public Boolean encontroCliente
리턴 Boolean