mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
11 lines
347 B
XML
11 lines
347 B
XML
<?xml version="1.0" encoding="utf-16"?>
|
|||
|
|
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
||
|
|
<Class Name="AddToCollection">
|
||
|
|
<Properties>
|
||
|
|
<List List="{null}" Name="Items" />
|
||
|
|
<Int32 Int32="-1" Name="PlaylistId" />
|
||
|
|
<Command Name="Start" />
|
||
|
|
<Command Command="{null}" Name="OnSuccess" />
|
||
|
|
</Properties>
|
||
|
|
</Class>
|
||
|
|
</UIX>
|