BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase.OnLaunched C# (CSharp) Метод

OnLaunched() защищенный Метод

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Результат void
        protected override void OnLaunched(LaunchActivatedEventArgs args)
        {
            TryCleaningToastNotificationHistory();
        }