static void Main(string[] args) { JTDm poj19 = new JTDm(150, 5.5); var bella = new Alfa(poj19); bella.Jedz(); }
public Alfa(JTDm poj19) { Diesel = poj19; }