renamed Will ARC-related settings and widget.

to distinguish from upcoming ShiinaRio WARC stuff.
This commit is contained in:
morkt
2015-04-19 19:08:56 +04:00
parent 00f5d31d23
commit 1342736ee6
6 changed files with 31 additions and 13 deletions

View File

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