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