Example #1
0
        protected string ShowInputBox(string title, string originalText)
        {
            string newText = _messageDisplayService.ShowInputBox(null, title, originalText);

            return(newText);
        }