Esempio n. 1
0
 public bool Equals(ActionColorsValues other)
 {
     return(ColorValue == other);
 }
Esempio n. 2
0
 public ActionEnergy(ActionColorsValues a_colorValue)
 {
     m_colorValue = a_colorValue;
 }