BikeInCity.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)
        {
            //I do not take action
              //if there is a situation object it will be loaded in the constructor
        }