コード例 #1
0
 private void UpdateZooTextBox()
 {
     textZoo.Text = DbConnectionManager.UpdateZooTextBox(listBoxZoo).Rows[0]["Location"].ToString();
 }