Files
GARbro/ArcFormats/Will/CreateARCWidget.xaml.cs
2015-08-19 21:40:32 +04:00

16 lines
307 B
C#

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