Exemplo n.º 1
0
        //####################
        //#Popup call methods#
        //####################

        /// <summary>
        /// Shows the EmailIsSentPopup popup
        /// </summary>
        public static void EmailIsSentPopupCall()
        {
            // Create a new instance of the class
            EmailIsSentPopup popup = new EmailIsSentPopup();

            // Show the popup
            popup.Show();

            // Make the popup active
            popup.Activate();
        }
Exemplo n.º 2
0
        //####################
        //#Popup call methods#
        //####################
        /// <summary>
        /// Shows the EmailIsSentPopup popup
        /// </summary>
        public static void EmailIsSentPopupCall()
        {
            // Create a new instance of the class
            EmailIsSentPopup popup = new EmailIsSentPopup();

            // Show the popup
            popup.Show();

            // Make the popup active
            popup.Activate();
        }