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