示例#1
0
文件: Program.cs 项目: runbow/C-Mail
        //####################
        //#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();
        }
示例#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();
        }