Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GithubActors_WPF
App
C# Class GithubActors_WPF.App
Interaction logic for App.xaml
Inheritance:
System.Windows.Application
Show file
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 static 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