Пример #1
0
 public static bool IsEmpty(CellClickInterceptorImplementor value)
 {
     return value.Handler == null;
 }
 public static bool IsEmpty(CellClickInterceptorImplementor value)
 {
     return(value.Handler == null);
 }