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