[Solved] The name of WPF [closed]


There’s no class by the name of Wpf. If you’re looking for the equivalent of

System.Windows.Forms.Form, that would be System.Windows.Window.

By the way, WPF is a complex framework in and of itself (not suitable for the unexperienced), I suggest you learn the basics of C# and OOP by practicing with some Console Applications first.

0

solved The name of WPF [closed]