1 2 3 4 5 6 7 | if ( this .InvokeRequired) { this .Invoke( new MethodInvoker( delegate () { label14.Text = string .Format( "총금액 : " + info.allmoney); })); this .Invoke( new MethodInvoker( delegate () { label15.Text = string .Format( "배팅액 : " + info.Player.batmoney); })); } |
'윈도우 프로그래밍 > C#' 카테고리의 다른 글
C# Windows Form 3D Chart (1) | 2018.06.20 |
---|