mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-21 02:15:08 -04:00
Remove AmmyUI
This commit is contained in:
parent
cc2583f96b
commit
435510baf9
20 changed files with 518 additions and 856 deletions
|
@ -1,17 +0,0 @@
|
|||
using System;
|
||||
using AmmySidekick;
|
||||
|
||||
namespace DiscordChatExporter.Gui
|
||||
{
|
||||
public static class Program
|
||||
{
|
||||
[STAThread]
|
||||
public static void Main()
|
||||
{
|
||||
var app = new App();
|
||||
app.InitializeComponent();
|
||||
RuntimeUpdateHandler.Register(app, $"/{Ammy.GetAssemblyName(app)};component/App.g.xaml");
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue