C# Class Paymetheus.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Mostra file Open project: decred/Paymetheus

Private Properties

Property Type Description
Application_Exit void
Application_Startup void
CleanShutdown void
UncleanShutdown void

Public Methods

Method Description
App ( ) : IniParser
MarkWalletLoaded ( ) : void

Private Methods

Method Description
Application_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
CleanShutdown ( ) : void
UncleanShutdown ( ) : void

Method Details

App() public method

public App ( ) : IniParser
return IniParser

MarkWalletLoaded() public method

public MarkWalletLoaded ( ) : void
return void