Ejemplo n.º 1
0
        public void AddWidgetType(System.Type widgetType)
        {
            NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend;

            core?.AddWidgetInfo(new Dictionary <System.Type, string> {
                { widgetType, ApplicationInfo.ApplicationId }
            });
        }
Ejemplo n.º 2
0
        public void AddWidgetType(Dictionary <System.Type, string> widgetTypes)
        {
            NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend;

            core?.AddWidgetInfo(widgetTypes);
        }