wabbajack/Wabbajack.App.Wpf/Views/BrowserView.xaml.cs
Timothy Baldridge 7be18e8497 3.4.0.0 Release
2023-11-19 14:07:46 -07:00

16 lines
237 B
C#

using System;
using System.Windows.Controls;
using Microsoft.Web.WebView2.WinForms;
using ReactiveUI;
namespace Wabbajack.Views;
public partial class BrowserView
{
public BrowserView()
{
InitializeComponent();
}
}