예제 #1
0
파일: UI.cs 프로젝트: wushunming/UMC.NET
        public static UIFooterButton Create()
        {
            var t = new UIFooterButton(new WebMeta());

            return(t);
        }
예제 #2
0
파일: UI.cs 프로젝트: wushunming/UMC.NET
        public static UIFooterButton Create(WebMeta data)
        {
            var t = new UIFooterButton(data);

            return(t);
        }