Пример #1
0
 public ColorMixerWidget(ColorMixerWidget other)
     : base(other)
 {
     OnChange = other.OnChange;
     H        = other.H;
     S        = other.S;
     V        = other.V;
 }
Пример #2
0
		public ColorMixerWidget(ColorMixerWidget other)
			: base(other)
		{
			OnChange = other.OnChange;
			H = other.H;
			S = other.S;
			V = other.V;
		}