示例#1
0
        /// <summary>
        /// 'On Click' event handler for the 'Close' button.
        /// </summary>
        public void OnClickCloseButton()
        {
            Application.Logger.Debug("PropertiesMenu.OnClickCloseButton()");

            ApplicationState.CloseProperties();
        }