示例#1
0
 public override void Draw(Graphics g)
 {
     Input1.Draw(g);
     Input2.Draw(g);
     Output.Draw(g);
 }