private void textBox2_TextChanged(object sender, EventArgs e) { if (textc != null) { textc.Invoke(textBox2.Text); } }