예제 #1
0
 public static Color ToColor(this ConsoleColor thisValue)
 {
     return(Color.FromName(thisValue.GetName()));
 }