예제 #1
0
파일: EventCompare.cs 프로젝트: vebin/Coosu
 public static bool IsStaticAndDefault(this CommonEvent e)
 {
     return(e.IsDefault() &&
            e.IsStatic());
 }