C# Класс AerolineaFrba.Compra.Form3

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

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

Свойство Тип Описание
anterior System.Windows.Forms.Form
cantidadButacasDisponibles int
cantidadKilosDisponibles double
formularioSiguiente System.Windows.Forms.Form

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

Метод Описание
Form3 ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
Form3_Load ( object sender, EventArgs e ) : void
Form_VisibleChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
cambiarVisibilidades ( Form formularioSiguiente ) : void
chkEncomiendas_CheckedChanged ( object sender, EventArgs e ) : void
chkPasajes_CheckedChanged ( object sender, EventArgs e ) : void
inicio ( ) : 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

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

public Form3 ( ) : System
Результат System

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

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

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

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

public int cantidadButacasDisponibles
Результат int

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

public double cantidadKilosDisponibles
Результат double

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

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