コード例 #1
0
ファイル: App.xaml.cs プロジェクト: PhuongDTran/Follow-Me
        protected override void OnStart()
        {
            // Handle when your app starts

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