MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / button1_Click

Method button1_Click

TexturedFontEditor/Dialog_InputBox.cs:57–60  ·  view source on GitHub ↗
(object sender, EventArgs e)

Source from the content-addressed store, hash-verified

55 }
56
57 private void button1_Click(object sender, EventArgs e)
58 {
59 _InputText = textBox1.Text;
60 }
61
62 private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
63 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected