Esempio n. 1
0
 public static CrayonString White(this CrayonString s1, string text)
 {
     return s1.AutoColor(text);
 }
Esempio n. 2
0
 public static CrayonString Default(this CrayonString s1, string text)
 {
     return s1.AutoColor(text);
 }
Esempio n. 3
0
 public static CrayonString Magenta(this CrayonString s1, string text)
 {
     return s1.AutoColor(text);
 }