C# Class Coin.App

Inheritance: System.Windows.Application
ファイルを表示 Open project: ufasoft/coin

Public Properties

Property Type Description
CancelPendingTxes bool
SendUri System.Uri

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
App ( ) : System
InitializeComponent ( ) : void
Main ( ) : void
OnStartupNextInstance ( string args ) : void
ProcessCommandLine ( string args ) : void

Method Details

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

Property Details

CancelPendingTxes public_oe static_oe property

public static bool CancelPendingTxes
return bool

SendUri public_oe static_oe property

public static Uri,System SendUri
return System.Uri