wabbajack/Wabbajack/Views/Compilers/VortexCompilerConfigView.xaml.cs
2019-11-21 15:25:40 +01:00

16 lines
329 B
C#

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