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