Store in GIT
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using Pannenkoekenhuis.State;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pannenkoekenhuis
|
||||
{
|
||||
class TestState
|
||||
{
|
||||
public static void TestState1()
|
||||
{
|
||||
Klant k = new Klant();
|
||||
k.BrengMenuKaart();
|
||||
k.DeelWensMee();
|
||||
k.BrengBestelling();
|
||||
k.BrengRekening();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user