Actor that runs on the UI thread and handles UI events for LauncherForm
Inheritance: ReceiveActor, IWithUnboundedStash
Exemplo n.º 1
0
 public void LaunchResults( MainFormActor.LaunchRepoResultsWindow window )
 {
     m_LaunchWindow.OnNext( window );
 }
Exemplo n.º 2
0
 public void DoLaunchWindow( MainFormActor.LaunchRepoResultsWindow window )
 {
     var form = new RepoResultsForm( window.Coordinator, window.Repo );
     form.Show();
 }