Ejemplo n.º 1
0
        internal WeatherCloudLayerProxy With(Wthr.CloudLayer target)
        {
            // Reset cached subproxies
            alphas = null;
            colors = null;

            this.target = target;
            return(this);
        }
Ejemplo n.º 2
0
        internal WeatherCloudLayerProxy With(Wthr.CloudLayer target)
        {
            // Reset cached subproxies
            alphas = null;
            colors = null;

            this.target = target;
            return this;
        }