Esempio n. 1
0
        public ApplicationSprite()
        {
            this.InvokeWhenStageIsReady(
                () =>
            {
                content.AttachToContainer(this);
                content.AutoSizeTo(this.stage);



                // this aint working either
                //var svg = new SVGAnonymous.Avalon.Images.Anonymous_LogosSingleWings();
                //svg.AttachTo(content);

                var svg = new SVGAnonymous.ActionScript.Images.Anonymous_LogosSingleWings();
                svg.AttachTo(this);
            }
                );
        }
        public ApplicationSprite()
        {
            this.InvokeWhenStageIsReady(
                () =>
                {
                    content.AttachToContainer(this);
                    content.AutoSizeTo(this.stage);





                    // this aint working either
                    //var svg = new SVGAnonymous.Avalon.Images.Anonymous_LogosSingleWings();
                    //svg.AttachTo(content);

                    var svg = new SVGAnonymous.ActionScript.Images.Anonymous_LogosSingleWings();
                    svg.AttachTo(this);
                }
            );
        }