C# Class WpfSetup.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Exibir arquivo Open project: Eun/WixSharp

Public Methods

Method Description
DoEvents ( ) : void
HideSplashScreen ( ) : void

Private Methods

Method Description
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

Method Details

DoEvents() public static method

public static DoEvents ( ) : void
return void

HideSplashScreen() public static method

public static HideSplashScreen ( ) : void
return void