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