Exemplo n.º 1
0
 private void Instructions(string text)
 {
     text = TextSanitizer.InstructionSanitizer(text);
     //text = textSanitizer.InstructionSanitizer(text);
     instructionsMarkup = text;
 }
Exemplo n.º 2
0
 private void Standard(string text)
 {
     text         = TextSanitizer.StandardSanitizer(text);
     standardText = text;
 }