.Net
Is it possible to open a WPF window using only C#?
I know it would be harder, and probably pointless, but I am just wondering if it is possible to open a window in C# without XAML. For example, something like: Window win = new Window(); Read more…