Exemplo n.º 1
0
 public DetectorModel() : base()
 {
     WachtlichtBitmapData = new BitmapCoordinatenDataModel();
     Simulatie            = new DetectorSimulatieModel();
 }
Exemplo n.º 2
0
 public DetectorModel() : base()
 {
     Simulatie = new DetectorSimulatieModel();
 }
Exemplo n.º 3
0
 public RISFaseCyclusLaneSimulatedStationModel()
 {
     StationBitmapData = new BitmapCoordinatenDataModel();
     SimulationData    = new DetectorSimulatieModel();
 }