MCPcopy Create free account
hub / github.com/cirquit/trdrop / ColorPanel

Method ColorPanel

trdropConfigCreator/trdropConfigCreator/ColorPanel.cs:15–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 private HexBox hexBox;
14
15 public ColorPanel() : base()
16 {
17 this.BackColor = Color.Chartreuse;
18 this.Location = new Point(131, 19);
19 this.Name = "videoColorPanel";
20 this.Size = new Size(64, 39);
21 this.TabIndex = 13;
22 this.Click += new EventHandler(this.setPanelColor);
23 }
24
25 public void setPanelColor(object sender, EventArgs e)
26 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected