0
votes
votes
1 answers
WPF C# method hiding
I have a custom window that inherits from Window (obvisouly). I specifically want ShowDialog to be called and Show to be hidden so it can't be called. This is how I have it setup [code]class CustomWindow : Window { new private v ...
