Beispiel #1
0
 public static void HideView(string name)
 {
     if (DelegateProxy.HideViewProxy != null)
     {
         DelegateProxy.HideViewProxy(name);
     }
 }