コード例 #1
0
 public void RemoveOutput(Output output)
 {
     RemoveOutput((IntentOutput) output);
 }
コード例 #2
0
 public void RemoveOutput(Output output)
 {
     RemoveOutput((IntentOutput)output);
 }
コード例 #3
0
 public void AddOutput(Output output)
 {
     AddOutput((IntentOutput) output);
 }
コード例 #4
0
 public void AddOutput(Output output)
 {
     AddOutput((IntentOutput)output);
 }