Exemplo n.º 1
0
 protected override void handle_result(RadioCommandIntentJSON new_result)
 {
     handle_result((RadioOffCommandIntentJSON )new_result);
 }
Exemplo n.º 2
0
 protected void finish(RadioCommandIntentJSON result)
 {
     base.finish(result);
 }
Exemplo n.º 3
0
 protected override void handle_result(RadioCommandIntentJSON new_result)
 {
     handle_result((PreviousChannelCommandIntentJSON )new_result);
 }