private void btnSection_Click(object sender, EventArgs e)
 {
     Section section = new Section("123", "404", "1400", "407", 4);
     section.display();
 }
Exemple #2
0
 public void addsection(Section s)
 {
     sectionList.Add(s);
 }