mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Update test for namespace import
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
||||
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
|
||||
xmlns:iris="assembly://UIX/Microsoft.Iris">
|
||||
<UI Name="Default">
|
||||
<Locals>
|
||||
<iris:Command Name="SelectCommand"/>
|
||||
</Locals>
|
||||
<Content>
|
||||
<Text Color="Red">
|
||||
<Content>Howdy from Microsoft.Iris!</Content>
|
||||
|
||||
+5
-1
@@ -1,5 +1,9 @@
|
||||
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
|
||||
<UIX xmlns="http://schemas.microsoft.com/2007/uix"
|
||||
xmlns:iris="assembly://UIX/Microsoft.Iris">
|
||||
<UI Name="Default">
|
||||
<Locals>
|
||||
<iris:Command Name="SelectCommand"/>
|
||||
</Locals>
|
||||
<Content>
|
||||
<Text Color="Red">
|
||||
<Content>Howdy from Microsoft.Iris!</Content>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
COBJ 2
|
||||
PSHC 0
|
||||
PINI 1
|
||||
PSHC 1
|
||||
PINI 2
|
||||
PINI 0
|
||||
RETV
|
||||
RETV
|
||||
COBJ 2
|
||||
PSHC 2
|
||||
PINI 1
|
||||
PSHC 3
|
||||
PINI 3
|
||||
PSHC 4
|
||||
PINI 2
|
||||
PINI 0
|
||||
RETV
|
||||
RETV
|
||||
Reference in New Issue
Block a user