Example #1
0
        protected override void OnStart()
        {
            // Handle when your app starts

            //fired this event if there is a subscriber
            AppStart?.Invoke();
        }