Fix ServerConfig Read
This commit is contained in:
@@ -32,7 +32,8 @@ namespace Step.UI
|
||||
//End the update
|
||||
LISTThreadStatus.EndUpdate();
|
||||
|
||||
TXTType.Text = NcConfig.NcVendor;
|
||||
if(NcConfig != null && NcConfig.NcVendor != null)
|
||||
TXTType.Text = NcConfig.NcVendor;
|
||||
|
||||
InitializeMessageListeners();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user