stkEditStores is a StackPanel, and lstEditStores is a ListBox, which is a child of stkEditStores:
<StackPanel x:Name="stkEditStores">
<ListBox x:Name="lstEditStores"/>
</StackPanel>
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/
No comments:
Post a Comment