RafPe / YUP

YouTube Universal Player
GNU General Public License v3.0
1 stars 1 forks source link

YUP

YouTube Universal Player

IEventRegistrator Exposing following methods :

        public void PublishEvents()
        {
            throw new System.NotImplementedException();
        }

        public void SubscribeEvents()
        {
            throw new System.NotImplementedException();
        }

The above can be used to communicate between views. Autofac handles registration of those during application startup