C# Class GithubActors_WPF.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 Open project: njimenez/AkkaProjects

Public Properties

Property Type Description
GithubSystem ActorSystem

Protected Methods

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

Method Details

OnStartup() protected method

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

Property Details

GithubSystem public_oe static_oe property

ActorSystem we'll be using to collect and process data from Github using their official .NET SDK, Octokit
public static ActorSystem GithubSystem
return ActorSystem