示例#1
0
        internal static UIWindow FromUIResource(UIResource resource)
        {
            UIWindow wnd = new UIWindow();

            wnd.InitWithUIResource(resource);

            return(wnd);
        }
示例#2
0
        internal static UIWindow FromUIResource(UIResource resource)
        {
            UIWindow wnd = new UIWindow();
             wnd.InitWithUIResource (resource);

             return wnd;
        }