Im creating an Windows Phone app and I find myself writing the same MessageBox.Show("Same error message")
multiple times. For instance
"Could not connect to server"
This happens when the user do not have internet access.
Is there somewhere I can put it so that I write the text once and fetch the same text all over the place?
I could write a static class, but maybe there is a file for this?