예제 #1
0
파일: NewLine.cs 프로젝트: dnzn/Senko
 public static int MaxLength(this Konsole konsole, PrefixType prefixType)
 {
     return(NewLine.MaxLength(konsole.Prefix.GetPrefix(prefixType)));
 }