Add LaneOut into MainForm
This commit is contained in:
@@ -24,6 +24,7 @@ namespace AIParkingApplication
|
||||
LaneIn laneIn = new LaneIn();
|
||||
LaneOut laneOut = new LaneOut();
|
||||
this.Controls.Add(laneIn);
|
||||
laneOut.Location = new System.Drawing.Point(550, 0);
|
||||
this.Controls.Add(laneOut);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user