Exemple #1
0
 public void CreateYellowBanana()
 {
     Debug.WriteLine("Creating colorful candy");
     bananaCandy.CreateCandy();
     yellow.CreateColor();
     Debug.WriteLine("");
 }