Exemplo n.º 1
0
 private void buttonFindAge_Click(object sender, EventArgs e)
 {
     Sloths.AgeBeetween(sqlConnection, dataGridViewZoo, textBoxAgeLeft.Text, textBoxAgeRight.Text);
 }
Exemplo n.º 2
0
 private void textBoxFindSloths_TextChanged(object sender, EventArgs e)
 {
     Sloths.FindByName(sqlConnection, dataGridViewZoo, textBoxFindSloths.Text);
 }
Exemplo n.º 3
0
 private void buttonSloths_Click(object sender, EventArgs e)
 {
     Sloths.ShowAllSloths(sqlConnection, dataGridViewZoo);
 }