Exemplo n.º 1
0
 public System.Threading.Tasks.Task TurnOnFlashAsync(BuildIndicatorSimulator.BuildIndicatorServiceLibaryReference.LightColor color)
 {
     return(base.Channel.TurnOnFlashAsync(color));
 }
Exemplo n.º 2
0
 public void TurnOnFlash(BuildIndicatorSimulator.BuildIndicatorServiceLibaryReference.LightColor color)
 {
     base.Channel.TurnOnFlash(color);
 }