You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of what's involved in creating message boxes using this API, I started creating static readonly instances for various situations. Unfortunately, that robbed me of a way to change the text slightly. So I might have used text like "You were editing “{0}” and made changes. Are you sure you want to discard those changes?". Is there a way to have both the static instance and the parameters?
The text was updated successfully, but these errors were encountered:
Because of what's involved in creating message boxes using this API, I started creating
static readonly
instances for various situations. Unfortunately, that robbed me of a way to change the text slightly. So I might have used text like"You were editing “{0}” and made changes. Are you sure you want to discard those changes?"
. Is there a way to have both thestatic
instance and the parameters?The text was updated successfully, but these errors were encountered: