예제 #1
0
 public void verzend(bool isgeslaagd, List <SaleLinesItem> productendb)
 {
     if (isgeslaagd)
     {
         Sales.ActiveForm.Close();
         Verzendingsinterface verzend = verzending(0, productendb);
         verzend.StuurEmail();
     }
     else
     {
         Sales.ActiveForm.Close();
         Winkelmand w = new Winkelmand();
         w.wm.productdb = productendb;
         w.Visible      = true;
         w.showwinkelwagen();
     }
 }
예제 #2
0
 public override void StuurEmail()
 {
     verzend.StuurEmail();
 }