コード例 #1
0
ファイル: ElectricTipper.cs プロジェクト: prisae/extreme
 public ElectricTipper(Tipper tipper) : base(tipper.Zx, tipper.Zy)
 {
 }
コード例 #2
0
ファイル: MagneticTipper.cs プロジェクト: prisae/extreme
 public MagneticTipper(Tipper tipper) : base(tipper.Zx, tipper.Zy)
 {
 }
コード例 #3
0
 public Tipper(Tipper tipper) : this(tipper.Zx, tipper.Zy)
 {
 }