mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
removed unused namespace declaration.
This commit is contained in:
@@ -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="*"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user