mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-19 13:49:11 +00:00
Migrate to Stylet and refactor view/view-model framework
This commit is contained in:
10
DiscordChatExporter.Gui/Views/RootView.xaml.cs
Normal file
10
DiscordChatExporter.Gui/Views/RootView.xaml.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DiscordChatExporter.Gui.Views
|
||||
{
|
||||
public partial class RootView
|
||||
{
|
||||
public RootView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user