C# Class GithubActors_WPF.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: njimenez/AkkaProjects

Méthodes publiques

Свойство Type Description
GithubSystem ActorSystem

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Method Details

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat 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
Résultat ActorSystem