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