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

Method HexBox

trdropConfigCreator/trdropConfigCreator/HexBox.cs:15–21  ·  view source on GitHub ↗
(System.Windows.Forms.Panel colorPanel)

Source from the content-addressed store, hash-verified

13 bool valid = false;
14
15 public HexBox(System.Windows.Forms.Panel colorPanel) : base()
16 {
17 this.colorPanel = colorPanel;
18
19 this.TextChanged += new EventHandler(validate);
20 this.LostFocus += new EventHandler(check);
21 }
22
23 private void check(object sender, EventArgs e)
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected