예제 #1
0
        // Code to execute when the application is closing (eg, user hit Back)
        // This code will not execute when the application is deactivated
        private void Application_Closing(object sender, ClosingEventArgs e)
        {
            AllUsersConnection cloud = new AllUsersConnection();

            cloud.UpdateTimeInApp(DateTime.Now - _timeOpened);
        }