public SavedManagerForm(TrafficManager mn)
 {
     manager = mn;
     InitializeComponent();
     UpdatePanel();
 }
 public RecycleManagerForm(TrafficManager mn)
 {
     manager = mn;
     InitializeComponent();
 }
Exemplo n.º 3
0
 public CrossingBRotated(TrafficManager owner) : base(owner)
 {
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CrossingB"/> class.
 /// </summary>
 /// <param name="owner">The owner.</param>
 public CrossingB(TrafficManager owner) : base(owner)
 {
 }
Exemplo n.º 5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Crossing"/> class.
 /// </summary>
 /// <param name="owner">The owner.</param>
 public Crossing(TrafficManager owner)
 {
     this.Owner = owner;
 }