Пример #1
0
        public static StatusIconHost StatusIcons([NotNull] this EnvHost envHost)
        {
            Assert.ArgumentNotNull(envHost, nameof(envHost));

            return(AppHost.Container.Resolve <StatusIconHost>());
        }
Пример #2
0
        public static LayoutDesignerHost LayoutDesigner([NotNull] this EnvHost envHost)
        {
            Assert.ArgumentNotNull(envHost, nameof(envHost));

            return(AppHost.Container.Resolve <LayoutDesignerHost>());
        }