AIParkingApplicationForm - use serverIPAddress param instead of hardcoded string.
This commit is contained in:
parent
7d2f05a2f8
commit
0af35e015a
|
@ -42,7 +42,7 @@ namespace AIParkingApplication
|
|||
};
|
||||
Controls.Add(sidebar);
|
||||
|
||||
statusBar = new StatusBar("192.168.1.122", doorAccessControlDeviceIP)
|
||||
statusBar = new StatusBar(serverIPAddress, doorAccessControlDeviceIP)
|
||||
{
|
||||
Location = new Point(0, sidebar.Location.Y + sidebar.Height + 26),
|
||||
Anchor = AnchorStyles.Bottom | AnchorStyles.Left
|
||||
|
|
Loading…
Reference in New Issue
Block a user