mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
20 lines
463 B
Plaintext
20 lines
463 B
Plaintext
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<UIX
|
|
xmlns="http://schemas.microsoft.com/2007/uix"
|
|
xmlns:zune="assembly://ZuneShell/ZuneUI">
|
|
|
|
<Class Name="Navigation" Shared="true">
|
|
<Properties>
|
|
<zune:DictionaryCommandHandler Name="Root">
|
|
<Handlers>
|
|
|
|
|
|
<zune:InboxNavigationCommandHandler Name="Inbox"/>
|
|
|
|
</Handlers>
|
|
</zune:DictionaryCommandHandler>
|
|
</Properties>
|
|
</Class>
|
|
|
|
</UIX>
|