Ejemplo n.º 1
0
 public static string Create_Italic(string _Text)
 {
     return(Italic.Start() + _Text + Italic.End());
 }