Ejemplo n.º 1
0
 public ProfessionalToolStripRendererEx(
     ToolStripColorTable colorTable) : base()
 {
     _colorTable = colorTable;
 }
Ejemplo n.º 2
0
 public MyRender(
     ToolStripColorTable colorTable) : base()
 {
     _colorTable = colorTable;
 }