C# 클래스 Exrin.Framework.App

파일 보기 프로젝트 열기: exrin/Exrin

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Init ( SynchronizationContext uiContext ) : void

Will initialize anything needed within the framework.

Init ( bool debugMode = false ) : void

메소드 상세

Init() 공개 정적인 메소드

Will initialize anything needed within the framework.
public static Init ( SynchronizationContext uiContext ) : void
uiContext System.Threading.SynchronizationContext Example: Pass through SynchronizationContext.Current
리턴 void

Init() 공개 정적인 메소드

public static Init ( bool debugMode = false ) : void
debugMode bool
리턴 void