C# Класс AerolineaFrba.Consulta_Millas.Form1

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
canjeHabilitado System.Boolean
canjeMillas System.Windows.Forms.Form

Открытые методы

Метод Описание
Form1 ( System.Boolean canjeHabilitado ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
Form1_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.

button1_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
dataGridView1_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
llenarHistorialDeCanjes ( ) : void
llenarHistorialDeMillas ( ) : void
txtApe_TextChanged ( object sender, EventArgs e ) : void
txtDni_TextChanged ( object sender, EventArgs e ) : void
validarCampos ( ) : System.Boolean

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form1() публичный Метод

public Form1 ( System.Boolean canjeHabilitado ) : System
canjeHabilitado System.Boolean
Результат System

Описание свойств

canjeHabilitado публичное свойство

public Boolean,System canjeHabilitado
Результат System.Boolean

canjeMillas публичное свойство

public Form,System.Windows.Forms canjeMillas
Результат System.Windows.Forms.Form