Exemplo n.º 1
0
 public static bool IsStaticAndDefault(this CommonEvent e)
 {
     return(e.IsDefault() &&
            e.IsStatic());
 }