Esempio n. 1
0
 public override void Attach(BoxHandle newOutput)
 {
     output = newOutput as BoxHandleOutput;
 }
Esempio n. 2
0
 public override void Detach()
 {
     output = null;
 }
Esempio n. 3
0
 public void SetOutput(BoxHandleOutput output)
 {
     Attach(output);
     isConnected = true;
 }