using System.Windows.Controls; namespace Wabbajack { /// /// Interaction logic for VortexCompilerConfigView.xaml /// public partial class VortexCompilerConfigView : UserControl { public VortexCompilerConfigView() { InitializeComponent(); } } }