예제 #1
0
 public ColorChangeTextForm(string title, string text, PaletteColor pc) : this()
 {
     Text = title;
     valueBox.Text = text;
     Icon = RenderColorIcon.RenderIcon(pc.Color.ToRgb());
 }