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