mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-06-13 11:21:15 -05:00
10 lines
173 B
C#
10 lines
173 B
C#
namespace DiscordChatExporter.Gui.Views
|
|
{
|
|
public partial class RootView
|
|
{
|
|
public RootView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |