예제 #1
0
 private void btMaakPrijsLijst_Click(object sender, EventArgs e)
 {
     bakkerij.MaakPrijsLijst();
 }
예제 #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");
 }