BlinkIDDemo.App.Application_Activated C# (CSharp) Method

Application_Activated() private method

private Application_Activated ( object sender, ActivatedEventArgs e ) : void
sender object
e ActivatedEventArgs
return void
        private void Application_Activated(object sender, ActivatedEventArgs e)
        {
            if (Debugger.IsAttached)
            {
                Log.Level = Log.LogLevel.Verbose;
            }
        }