GARbro-mirror/ArcFormats/RPM/WidgetARC.xaml.cs

16 lines
289 B
C#
Raw Normal View History

2015-09-20 09:25:48 +08:00
using System.Windows.Controls;
namespace GameRes.Formats.Rpm
{
/// <summary>
/// Interaction logic for WidgetARC.xaml
/// </summary>
public partial class WidgetARC : Grid
{
public WidgetARC ()
{
InitializeComponent ();
}
}
}