Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GithubActors_WPF
App
C# Class GithubActors_WPF.App
Interaction logic for App.xaml
Inheritance:
System.Windows.Application
Exibir arquivo
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