8 lines
233 B
C#
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
|
|
{
|
|
}
|