Exemplo n.º 1
0
        static void Main(string[] args)
        {
            JTDm poj19 = new JTDm(150, 5.5);
            var  bella = new Alfa(poj19);

            bella.Jedz();
        }
Exemplo n.º 2
0
 public Alfa(JTDm poj19)
 {
     Diesel = poj19;
 }