Ejemplo n.º 1
0
 public override string Show()
 {
     return(string.Format("({0} + {1})", Expression1.Show(), Expression2.Show()));
 }