Beispiel #1
0
        public static UIFooterButton Create()
        {
            var t = new UIFooterButton(new WebMeta());

            return(t);
        }
Beispiel #2
0
        public static UIFooterButton Create(WebMeta data)
        {
            var t = new UIFooterButton(data);

            return(t);
        }