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