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