Пример #1
0
 public static bool HasView(string name)
 {
     return(DelegateProxy.HasViewProxy != null && DelegateProxy.HasViewProxy(name));
 }