mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
7 lines
349 B
Plaintext
7 lines
349 B
Plaintext
|
<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>
|