mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
14 lines
271 B
C#
14 lines
271 B
C#
|
|
|
|
using Wabbajack.App.Views;
|
|
|
|
namespace Wabbajack.App.Screens
|
|
{
|
|
public partial class CompilerConfigurationView : ScreenBase<CompilerConfigurationViewModel>
|
|
{
|
|
public CompilerConfigurationView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |