Ejemplo n.º 1
0
        /*
         * void ActiveItemChanged(IContent content) {
         *  HandleTitle(content);
         * }
         *
         * void HandleTitle(IContent content) {
         *  if (Common.Flags.LockDown)
         *      DisplayName = GetTitle(content.Name);
         * }*/

        public void Handle(RequestShowMissionLibrary message)
        {
            ActiveGame.ShowMissionList();
        }