Init
This commit is contained in:
7
App.xaml.cs
Normal file
7
App.xaml.cs
Normal 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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user