Exemple #1
0
 public static CarrotWebGrid <T> CarrotWebGrid <T>(PagedData <T> dp) where T : class
 {
     return(new CarrotWebGrid <T>(Html, dp));
 }