Ejemplo n.º 1
0
 public ColorCellAccessibleObject(ColorPaletteAccessibleObject parent, Color color, int cell)
 {
     this.color  = color;
     this.parent = parent;
     this.cell   = cell;
 }
Ejemplo n.º 2
0
 // Constructors
 public ColorCellAccessibleObject(ColorPaletteAccessibleObject parent, System.Drawing.Color color, int cell)
 {
 }
	// Constructors
	public ColorCellAccessibleObject(ColorPaletteAccessibleObject parent, System.Drawing.Color color, int cell) {}
 public ColorCellAccessibleObject(ColorPaletteAccessibleObject parent, Color color, int cell)
 {
     _color  = color;
     _parent = parent;
     _cell   = cell;
 }