Files
GARbro-crskycode/ArcFormats/CreateSGWidget.xaml.cs
2014-07-29 07:02:49 +04:00

17 lines
326 B
C#

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