예제 #1
0
 public void SetOTherColor(Color color)
 {
     OtherColor = color;
     Others.ForEach(o => o.Color = OtherColor);
 }