Esempio n. 1
0
 // Code to execute when the application is launching (eg, from Start)
 // This code will not execute when the application is reactivated
 private void Application_Launching(object sender, LaunchingEventArgs e)
 {
     Debug.WriteLine("Application Launching " + DateTime.Now + " " + sender.ToString() + " " + e.ToString());
 }
Esempio n. 2
0
        //static bool m_RecusiveBack = false;
        //public static bool RecusiveBack { get { return m_RecusiveBack; } set { m_RecusiveBack = value; } }

        // Code to execute when the application is launching (eg, from Start)
        // This code will not execute when the application is reactivated
        private void Application_Launching(object sender, LaunchingEventArgs e)
        {
            Log.Debug("e=" + e.ToString());
        }
Esempio n. 3
0
 // Code to execute when the application is launching (eg, from Start)
 // This code will not execute when the application is reactivated
 private void Application_Launching(object sender, LaunchingEventArgs e)
 {
     Debug.WriteLine("Launching: " + e.ToString());
 }