Skip to content

Instantly share code, notes, and snippets.

@lisysolution
Created November 30, 2016 13:38
Show Gist options
  • Save lisysolution/f882565bf667191cbbed80908fa9953b to your computer and use it in GitHub Desktop.
Save lisysolution/f882565bf667191cbbed80908fa9953b to your computer and use it in GitHub Desktop.
윈폼에서 내부 컨트롤의 내용 업데이트 하기
Invoke(new MethodInvoker(delegate
{
textBox1.Text += "Hello \r\n";
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment