1
0
mirror of https://github.com/crskycode/GARbro.git synced 2024-12-24 03:44:13 +08: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 ();
}
}
}