Пример #1
0
 private void Add_Tour_Load(object sender, EventArgs e)
 {
     tbID.Text = tourBUS.nextID();
     LoadType();
 }