Esempio n. 1
0
 private void btMaakPrijsLijst_Click(object sender, EventArgs e)
 {
     bakkerij.MaakPrijsLijst();
 }
Esempio n. 2
0
 private void btMaakPrijsLijst_Click(object sender, EventArgs e)
 {
     bakkerij.MaakPrijsLijst(broodje.ToString(), @"C:\Users\miche\Dropbox\Fontys\Maatwerk\Opdrachten\Bakkerij_GoedGespelt\Bakkerij GoedGespelt - Startproject\BakkerijGoedGeSpelt\bin\Debug\Test.bin");
 }