GARbro-mirror/ArcFormats/CatSystem/CreateINTWidget.xaml

7 lines
349 B
Plaintext
Raw Normal View History

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