Example #1
0
 public PersonSetForm(PersonCollection persons)
 {
     InitializeComponent();
     this.persons = persons;
 }