C# Class GithubActors_WPF.LauncherFormViewModel

Inheritance: ReactiveUI.ReactiveObject
Datei anzeigen Open project: njimenez/AkkaProjects Class Usage Examples

Public Methods

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

Private Methods

Method Description
DoLaunchSearch ( ) : void

Method Details

DoLaunchWindow() public method

public DoLaunchWindow ( MainFormActor window ) : void
window GithubActors_WPF.Actors.MainFormActor
return void

LaunchResults() public method

public LaunchResults ( MainFormActor window ) : void
window GithubActors_WPF.Actors.MainFormActor
return void

LauncherFormViewModel() public method

public LauncherFormViewModel ( ) : System
return System

SetStatus() public method

public SetStatus ( Color foreColor, string message ) : void
foreColor Color
message string
return void