Ejemplo n.º 1
0
        public override Painting.Bitmap ProvideValue(IServiceProvider serviceProvider)
        {
            var resourceId = AssetLocator.GetResourceId(ResourceId);

            return(new Painting.Bitmap(resourceId));
        }