Exemple #1
0
        /// <summary>
        /// Wirings the event.
        /// </summary>
        private void WiringEvent()
        {
            IEventDispatcher dispatcher = this[typeof(IEventDispatcher)] as IEventDispatcher;

            dispatcher.ConnectInnerEvent();
        }