blah blah blah is here! blah blah » Close

0
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 ...

Feedback