Esempio n. 1
0
 public void RemoveOutput(Output output)
 {
     RemoveOutput((IntentOutput) output);
 }
 public void RemoveOutput(Output output)
 {
     RemoveOutput((IntentOutput)output);
 }
Esempio n. 3
0
 public void AddOutput(Output output)
 {
     AddOutput((IntentOutput) output);
 }
 public void AddOutput(Output output)
 {
     AddOutput((IntentOutput)output);
 }