C# Class Exrin.Framework.App

Exibir arquivo Open project: exrin/Exrin

Private Properties

Property Type Description

Public Methods

Method Description
Init ( SynchronizationContext uiContext ) : void

Will initialize anything needed within the framework.

Init ( bool debugMode = false ) : void

Method Details

Init() public static method

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

Init() public static method

public static Init ( bool debugMode = false ) : void
debugMode bool
return void