Here we all use Window class to create custom window but i want...
Is some way to create custom window or custom controls that can display on desktop like native window (without set as children of window).
I don't Want....
- public class CustomWindow : Window{}
I Want...
- public class CustomWindow : WithoutWindow{}