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