Helper class to easily display local toast notifications (Windows Universal app)
Often , we need to display a confirmation that some action in our app has been finished (like some data has been updated etc.). There are several ways of doing this, like displaying a MessageBox or...