GARbro-mirror/ArcFormats/ExHibit/WidgetGYU.xaml.cs
2016-08-04 05:05:44 +04:00

16 lines
293 B
C#

using System.Windows.Controls;
namespace GameRes.Formats.GUI
{
/// <summary>
/// Interaction logic for WidgetGYU.xaml
/// </summary>
public partial class WidgetGYU : StackPanel
{
public WidgetGYU()
{
InitializeComponent();
}
}
}