C# Class Exrin.Framework.App

Afficher le fichier Open project: exrin/Exrin

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Init ( SynchronizationContext uiContext ) : void

Will initialize anything needed within the framework.

Init ( bool debugMode = false ) : void

Method Details

Init() public static méthode

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

Init() public static méthode

public static Init ( bool debugMode = false ) : void
debugMode bool
Résultat void