mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2025-07-25 21:04:01 +00:00
19 lines
363 B
C#
19 lines
363 B
C#
using System.Reactive.Disposables;
|
|
using System.Reactive.Linq;
|
|
using ReactiveUI;
|
|
|
|
namespace Wabbajack
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for CompilationCompleteView.xaml
|
|
/// </summary>
|
|
public partial class CompilationCompleteView
|
|
{
|
|
public CompilationCompleteView()
|
|
{
|
|
InitializeComponent();
|
|
|
|
}
|
|
}
|
|
}
|