removed unused namespace declaration.

This commit is contained in:
morkt 2015-06-04 01:10:02 +04:00
parent 86ccf69aef
commit 41c76ae50e

View File

@ -3,8 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:GameRes.Formats.Strings" xmlns:s="clr-namespace:GameRes.Formats.Strings"
xmlns:p="clr-namespace:GameRes.Formats.Properties" xmlns:p="clr-namespace:GameRes.Formats.Properties"
xmlns:dac="clr-namespace:GameRes.Formats.Dac" xmlns:dac="clr-namespace:GameRes.Formats.Dac">
xmlns:local="clr-namespace:GameRes.Formats.GUI">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/> <ColumnDefinition Width="Auto"/>
<ColumnDefinition MinWidth="130" Width="*"/> <ColumnDefinition MinWidth="130" Width="*"/>