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