Ejemplo n.º 1
0
 /// <summary>
 /// Sets image.
 /// </summary>
 public void SetImage(byte index, Bitmap image)
 {
     _CommandImageValue[index] = new OptimusMiniConnectionImage(index, image, this);
       _CommandImage[index] = true;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets image.
 /// </summary>
 public void SetImage(byte index, Bitmap image)
 {
     _CommandImageValue[index] = new OptimusMiniConnectionImage(index, image, this);
     _CommandImage[index]      = true;
 }