mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-03 16:43:50 +00:00
10 lines
144 B
C#
10 lines
144 B
C#
namespace DiscordChatExporter.Gui.Views;
|
|
|
|
public partial class RootView
|
|
{
|
|
public RootView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|