Ejemplo n.º 1
0
 public void SetIconColorScale(IconType type, IconColorScale which, float value)
 {
     throw new NotImplementedException();
 }
 void IIColorManager.SetIconColorScale(IconType type, IconColorScale which, float value)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public float GetIconColorScale(IconType type, IconColorScale which)
 {
     throw new NotImplementedException();
 }
 float IIColorManager.GetIconColorScale(IconType type, IconColorScale which)
 {
     throw new NotImplementedException();
 }