Files
GARbro-crskycode/ArcFormats/CatSystem/CreateINTWidget.xaml
2015-08-19 21:40:32 +04:00

7 lines
349 B
XML

<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>