mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
test ding
This commit is contained in:
@@ -17,18 +17,16 @@ namespace GUI_Gokkantoor
|
||||
public LogicLayer l;
|
||||
public Login(LogicLayer l)
|
||||
{
|
||||
l = new LogicLayer();
|
||||
this.l = l;
|
||||
InitializeComponent();
|
||||
listBox1.DataSource = l.persons;
|
||||
listBox1.DataSource = l.persons;
|
||||
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
{
|
||||
Person p = (Person)listBox1.SelectedItem;
|
||||
|
||||
|
||||
|
||||
|
||||
Gokspel a = new Gokspel(l,p);
|
||||
this.Hide();
|
||||
a.FormClosed += adminClosed;
|
||||
|
Reference in New Issue
Block a user