C# Class GithubActors_WPF.LauncherFormViewModel

Inheritance: ReactiveUI.ReactiveObject
Afficher le fichier Open project: njimenez/AkkaProjects Class Usage Examples

Méthodes publiques

Méthode Description
DoLaunchWindow ( MainFormActor window ) : void
LaunchResults ( MainFormActor window ) : void
LauncherFormViewModel ( ) : System
SetStatus ( Color foreColor, string message ) : void

Private Methods

Méthode Description
DoLaunchSearch ( ) : void

Method Details

DoLaunchWindow() public méthode

public DoLaunchWindow ( MainFormActor window ) : void
window GithubActors_WPF.Actors.MainFormActor
Résultat void

LaunchResults() public méthode

public LaunchResults ( MainFormActor window ) : void
window GithubActors_WPF.Actors.MainFormActor
Résultat void

LauncherFormViewModel() public méthode

public LauncherFormViewModel ( ) : System
Résultat System

SetStatus() public méthode

public SetStatus ( Color foreColor, string message ) : void
foreColor Color
message string
Résultat void