예제 #1
0
 public ElectricTipper(Tipper tipper) : base(tipper.Zx, tipper.Zy)
 {
 }
예제 #2
0
 public MagneticTipper(Tipper tipper) : base(tipper.Zx, tipper.Zy)
 {
 }
예제 #3
0
 public Tipper(Tipper tipper) : this(tipper.Zx, tipper.Zy)
 {
 }