예제 #1
0
파일: Form2.cs 프로젝트: tamletan/DNET
 private void textBox2_TextChanged(object sender, EventArgs e)
 {
     if (textc != null)
     {
         textc.Invoke(textBox2.Text);
     }
 }