Browse Source

fixed type-o

pull/1645/head
brianlagunas_cp 15 years ago
parent
commit
45bb377e43
  1. 2
      ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/NavigationView.xaml

2
ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/NavigationView.xaml

@ -2,6 +2,6 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:views="clr-namespace:Samples.Modules.PropertyGrid.Views"
Header="ChildWindow" Tag="{x:Type views:HomeView}">
Header="PropertyGrid" Tag="{x:Type views:HomeView}">
</TreeViewItem>

Loading…
Cancel
Save