mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
reorganized project directory structure.
This commit is contained in:
6
ArcFormats/CatSystem/CreateINTWidget.xaml
Normal file
6
ArcFormats/CatSystem/CreateINTWidget.xaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<Grid x:Class="GameRes.Formats.GUI.CreateINTWidget"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:s="clr-namespace:GameRes.Formats.Strings">
|
||||
<TextBlock Text="{x:Static s:arcStrings.INTCreationNotice}" Margin="5"/>
|
||||
</Grid>
|
||||
Reference in New Issue
Block a user