GARbro-mirror/ArcFormats/WidgetMBL.xaml.cs

16 lines
289 B
C#
Raw Normal View History

2015-06-04 05:13:25 +08:00
using System.Windows.Controls;
namespace GameRes.Formats.GUI
{
/// <summary>
/// Interaction logic for WidgetMBL.xaml
/// </summary>
public partial class WidgetMBL : Grid
{
public WidgetMBL ()
{
InitializeComponent ();
}
}
}