mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-02 19:59:04 +00:00
10 lines
235 B
C#
10 lines
235 B
C#
using DiscordChatExporter.Gui.Framework;
|
|
using DiscordChatExporter.Gui.ViewModels;
|
|
|
|
namespace DiscordChatExporter.Gui.Views;
|
|
|
|
public partial class MainView : Window<MainViewModel>
|
|
{
|
|
public MainView() => InitializeComponent();
|
|
}
|