GARbro-mirror/ArcFormats/CreateWARCWidget.xaml.cs
2014-11-01 02:14:51 +04:00

16 lines
310 B
C#

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