Beispiel #1
0
        /// <summary>
        /// Constructor for the plugin
        /// </summary>
        public HLSPlugin()
        {
            // set this up in the constructor so that the property is available if the plugin is setup in code
            this._ControllerFactory = new HLSControllerFactory();

            this._ControllerFactoryPropertySet =
                new Windows.Foundation.Collections.PropertySet()
            {
                { "ControllerFactory", this._ControllerFactory }
            };
        }
    /// <summary>
    /// Constructor for the plugin
    /// </summary>
    public HLSPlugin()
    {
      // set this up in the constructor so that the property is available if the plugin is setup in code
      this._ControllerFactory = new HLSControllerFactory();

      this._ControllerFactoryPropertySet = 
        new Windows.Foundation.Collections.PropertySet() { {"ControllerFactory", this._ControllerFactory}};
    }