GARbro-mirror/ArcFormats/ExHibit/WidgetGYU.xaml.cs

16 lines
293 B
C#
Raw Normal View History

2016-08-04 09:05:44 +08:00
using System.Windows.Controls;
namespace GameRes.Formats.GUI
{
/// <summary>
/// Interaction logic for WidgetGYU.xaml
/// </summary>
public partial class WidgetGYU : StackPanel
{
public WidgetGYU()
{
InitializeComponent();
}
}
}