mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
|
|
xmlns:dialog="res://ZuneShellResources!Dialog.uix"
|
|
xmlns:ctrDialog="res://UIXControls!Dialog.uix"
|
|
xmlns:zune="assembly://ZuneShell/ZuneUI">
|
|
<UI Name="Default">
|
|
<Content>
|
|
<zune:ZuneShell>
|
|
<Content>
|
|
<dialog:DarkDialogUI Model="{zune:StringId.IDS_PLAYLIST_EMPTY}">
|
|
<Popup>
|
|
<ctrDialog:Dialog/>
|
|
</Popup>
|
|
</dialog:DarkDialogUI>
|
|
</Content>
|
|
</zune:ZuneShell>
|
|
</Content>
|
|
</UI>
|
|
</UIX> |