VPet.ModMaker/VPet.Plugin.ModMaker/winModInfo.xaml
2023-08-17 02:06:40 +10:00

17 lines
662 B
XML

<Window x:Class="VPet.Plugin.ModMaker.winModInfo"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:VPet.Plugin.ModMaker"
mc:Ignorable="d"
Title="winModInfo" Height="450" Width="800">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="2*" />
</Grid.ColumnDefinitions>
</Grid>
</Window>