AIParkingApplicationForm - use serverIPAddress param instead of hardcoded string.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user