private IPropertyPaneHost host; // = null;

        public void SetHost(IPropertyPaneHost h)
        {
            host = h;
        }
Beispiel #2
0
        private IPropertyPaneHost host;         // = null;

        public void SetHost(IPropertyPaneHost h)
        {
            host = h;
        }