mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Guess type of null dictionary items
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user