BuildIt.Bot.Client.Impl.UWP.BotClientApplicationBase.OnLaunched C# (CSharp) Method

OnLaunched() protected method

protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void
        protected override void OnLaunched(LaunchActivatedEventArgs args)
        {
            TryCleaningToastNotificationHistory();
        }