first commit
This commit is contained in:
12
Nitrox.Launcher/Views/BlogView.axaml.cs
Normal file
12
Nitrox.Launcher/Views/BlogView.axaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Nitrox.Launcher.ViewModels;
|
||||
using Nitrox.Launcher.Views.Abstract;
|
||||
|
||||
namespace Nitrox.Launcher.Views;
|
||||
|
||||
public partial class BlogView : RoutableViewBase<BlogViewModel>
|
||||
{
|
||||
public BlogView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user