AerolineaFrba.Abm_Aeronave.Alta.inicio C# (CSharp) 메소드

inicio() 개인적인 메소드

private inicio ( ) : void
리턴 void
        private void inicio()
        {
            mkMatricula.Text = "";
            txtButacas.Text = "";
            txtVenta.Text = "";
            txtKilos.Text = "";
            dateTimePicker1.Value = Program.fechaHoy();
            if (!llamadoDesdeBaja)
            {
                txtModelo.Text = "";
                cboCiudades.SelectedIndex = -1;
                cboFabricante.SelectedIndex = -1;
                cboServicio.SelectedIndex = -1;
            }
        }