Add LaneOut into MainForm
This commit is contained in:
parent
e88714bb45
commit
8496a0f348
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user