C# Class DisplayUpdates.App

Inheritance: System.Windows.Application
Show file Open project: ScottWeinstein/Rx-Demo

Public Methods

Method Description
GetAuthKeys ( ) : string>.Tuple

Protected Methods

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

Private Methods

Method Description
GetITwitterFeed ( IComponentContext ctx, bool useTwitter ) : ITwitterFeed

Method Details

GetAuthKeys() public static method

public static GetAuthKeys ( ) : string>.Tuple
return string>.Tuple

OnStartup() protected method

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