private static void NewMethod() { Girl leng = new Girl { Name = "kat" }; Pursuit yi = new Pursuit(leng); yi.GiveChocolate(); yi.GiveDolls(); yi.GiveFlowers(); Console.Read(); }
public void GiveFlowers() { gg.GiveFlowers(); }