Como colocar um comando no select de um TabControl
private void tabNome_SelectedIndexChanged(object sender, EventArgs e) { if (tabNome1.Focus() == true) { MessageBox.Show(“Teste 1”); } if (tabNome2.Focus() == true) { MessageBox.Show(“...