Files
claude-local-overview-display/App.xaml.cs
2026-06-25 09:59:54 +02:00

8 lines
233 B
C#

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
{
}