mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
17 lines
335 B
C#
17 lines
335 B
C#
using System.Diagnostics;
|
|
using System.Windows;
|
|
using System.Windows.Controls;
|
|
using MahApps.Metro.Controls;
|
|
using Wabbajack.Lib.ModListRegistry;
|
|
|
|
namespace Wabbajack
|
|
{
|
|
public partial class ModListGalleryView : UserControl
|
|
{
|
|
public ModListGalleryView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|