(object sender, EventArgs e)
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected