Beispiel #1
0
 internal void LoadAllCodeFinished()
 {
     Debug.Assert(!(windowLoader is null));
     windowLoader = null;
     OnAppLoaded?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 /// <summary>
 /// Invokes the OnAppLoaded event.
 /// </summary>
 private void OnEnable()
 {
     OnAppLoaded?.Invoke();
 }