mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-09-02 22:12:48 +00:00
ui nog wa aanpasse en we zijn gucci
This commit is contained in:
@@ -19,8 +19,7 @@ namespace GUI_Gokkantoor
|
||||
{
|
||||
this.l = l;
|
||||
InitializeComponent();
|
||||
listBox1.DataSource = l.persons;
|
||||
listBox1.DataSource = l.persons;
|
||||
listBox1.DataSource = l.GetPeople();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user