GARbro-mirror/ArcFormats/CreateARCWidget.xaml.cs
morkt 1342736ee6 renamed Will ARC-related settings and widget.
to distinguish from upcoming ShiinaRio WARC stuff.
2015-04-19 19:08:56 +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 ();
}
}
}