Exemplo n.º 1
0
 public void SetUp()
 {
     position1 = new VRPosition(42, 42, 42);
     seat1 = new SeatViewModel(position1, 1);
     seat2 = new SeatViewModel(position1, 2);
     factory = new BenchFactory();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Sets the factory.
 /// </summary>
 public override void SetFactory()
 {
     this.factory = new BenchFactory();
 }