コード例 #1
0
        /// <summary>
        /// Action <code>CommandClose</code> that represents the Service Studio screen action
        ///  <code>Close</code> <p> Description: </p>
        /// </summary>
        private bool CommandClose(HeContext heContext)
        {
            Global.App.Context.Items["osPassedOnAction"] = true;
            CheckPermissions(heContext);
            RequestTracer perfTracer = heContext.RequestTracer; if (perfTracer != null)

            {
                perfTracer.RegisterAction("13dadb09-1482-4c8b-a858-9ffef470f1ef", "Close");
            }
            try {
                if (heContext != null && heContext.RequestTracer != null)
                {
                    heContext.RequestTracer.RegisterInternalCall("CdvaE4IUi0yoWJ_+9HDx7w", "Close", "X0RMeX3yYU+0eg2nFEDfaA", "ContactManager");
                }
                // Popup_Editor_Close
                Actions.ActionPopup_Editor_Close(heContext);

                // Update Screen
                return(true);
            } catch (System.Threading.ThreadAbortException) {
                return(false);
            }
        }