AerolineaFrba.Devolucion.Form2.button1_Click C# (CSharp) Method

button1_Click() private method

private button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void button1_Click(object sender, EventArgs e)
        {
            if (Validacion.esTexto(textBox1, "motivo", true))
            {
                Motivo = textBox1.Text;
                this.Close();
            }
        }