Esempio n. 1
0
 public System.Threading.Tasks.Task <bool> SetGlobalSettingsAsync(BleDA.LocalizationService.GlobalSettings newSettings)
 {
     return(base.Channel.SetGlobalSettingsAsync(newSettings));
 }
Esempio n. 2
0
 public bool SetGlobalSettings(BleDA.LocalizationService.GlobalSettings newSettings)
 {
     return(base.Channel.SetGlobalSettings(newSettings));
 }