Fix ServerConfig Read

This commit is contained in:
Nicola Carminati
2019-01-31 15:51:42 +01:00
parent cb90b57443
commit a599447922
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -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();