This commit is contained in:
2026-06-25 09:59:54 +02:00
commit bd2ecd0176
16 changed files with 2069 additions and 0 deletions

7
App.xaml.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace ClaudeOverview;
// Fully qualified: System.Windows.Forms is also in scope (UseWindowsForms) and
// defines its own Application type, so the bare name is ambiguous.
public partial class App : System.Windows.Application
{
}