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