예제 #1
0
        /// <summary>
        /// 'On Click' event handler for the 'Delete' button.
        /// </summary>
        public void OnClickDeleteButton()
        {
            Application.Logger.Debug("EditMenuPanel.OnClickDeleteButton()");

            ApplicationState.Delete();
        }