Ver originalIf (String.IsNullOrEmpty(TextBox1.Text) And String.IsNullOrEmpty(TextBox2.Text)) Then Boton.Enabled=FalseElse Boton.Enabled=TrueEnd If