Beispiel #1
0
 public static string Create_Bold(string _Text)
 {
     return(Bold.Start() + _Text + Bold.End());
 }