Quantcast
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
        <Script file="DungeonReady.lua"/>
        <Frame name="DungeonReadyFrame" hidden="true" parent="UIParent">
                <Scripts>
                        <OnLoad>
                               DungeonReady_OnLoad();
                        </OnLoad>
                        <OnEvent>
                               DungeonReady_OnEvent(self,event,...);
                        </OnEvent>

                </Scripts>
        </Frame>
</Ui>