C# Class UserInterface.SingleInstanceApplication

A Wrapper for the Single Instance Application from WindowBase
Inheritance: Application
Exibir arquivo Open project: mhack/gamenoise Class Usage Examples

Public Methods

Method Description
Activate ( Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs e ) : void

Reactivate the first Window

Protected Methods

Method Description
OnStartup ( System e ) : void

StartUp Point for Single Application: Fileargs get here

Method Details

Activate() public method

Reactivate the first Window
public Activate ( Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs e ) : void
e Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs
return void

OnStartup() protected method

StartUp Point for Single Application: Fileargs get here
protected OnStartup ( System e ) : void
e System
return void