C# 클래스 ATML1671Translator.controls.ControlExtensions

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
UIThread ( this control, System.Action code ) : void
UIThreadInvoke ( this control, System.Action code ) : void

메소드 상세

UIThread() 공개 정적인 메소드

public static UIThread ( this control, System.Action code ) : void
control this
code System.Action
리턴 void

UIThreadInvoke() 공개 정적인 메소드

public static UIThreadInvoke ( this control, System.Action code ) : void
control this
code System.Action
리턴 void