Create EventWrapper

This commit is contained in:
Matt Parker
2025-10-07 19:30:08 +10:00
parent de60182c05
commit 9d4970aa67
12 changed files with 103 additions and 43 deletions

View File

@@ -138,7 +138,7 @@
{
GlobalEvents.Instance = new GlobalEvents();
await LoadSolutionFromInteractivePicker(AppState.IdeSettings.AutoOpenLastSolution);
GlobalEvents.Instance.StartedRunningProject += OnStartedRunningProject;
GlobalEvents.Instance.StartedRunningProject.Subscribe(OnStartedRunningProject);
}
private void OnProblemSelected(SharpIdeFile file)