Create EventWrapper
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user