Simplify MessageBox handling with WPF
Posted in WPF on Jan 18th, 2008
This is really trivial, but I’ve always used a similar helper class for my WinForms apps, and it was something I immediately missed when starting my first WPF project. So I thought I should share it with you - a simple helper class to display message boxes without having to worry about a lot of […]