Révision 03682d21 SICPA_Connexions/ViewModel/SettingsViewModel.cs
SICPA_Connexions/ViewModel/SettingsViewModel.cs | ||
---|---|---|
73 | 73 |
ChangeConnexion(false); |
74 | 74 |
NomBLE = ""; |
75 | 75 |
} |
76 |
if (GlobalApplication.GestionnaireBLE != null && GlobalApplication.GestionnaireBLE.DeviceConnected != null)
|
|
76 |
if (GlobalApplication.GestionnaireBLE.DeviceConnected != null) |
|
77 | 77 |
{ |
78 | 78 |
ChangeConnexion(true); |
79 | 79 |
NomBLE = GlobalApplication.GestionnaireBLE.DeviceConnected.Name; |
... | ... | |
105 | 105 |
ConnexionNOK = !ok; |
106 | 106 |
} |
107 | 107 |
|
108 |
|
|
109 | 108 |
#endregion |
110 | 109 |
} |
111 | 110 |
} |
Formats disponibles : Unified diff