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