private static void TestOpdracht10() { Console.WriteLine("\nOpdracht 10:"); WachtrijInstructie instructierij = new WachtrijInstructie(); WachtrijStarten startrij = new WachtrijStarten(); InstructieGroep iGroep = new InstructieGroep(); Console.WriteLine(instructierij.ToString()); Console.WriteLine(startrij.ToString()); Console.WriteLine(iGroep.ToString()); }
public void info() { Console.WriteLine(WachtrijInstructie.ToString()); Console.WriteLine(InstructieGroep.ToString()); Console.WriteLine(WachtrijStarten.ToString()); }