Example #1
0
 public static void Main(string[] args)
 {
     Pagination.Convert("1\n2\n3\n4\n5\n6\n7", 3);
 }