Beispiel #1
0
 public static void ShowView(string name, object arg = null)
 {
     if (DelegateProxy.ShowViewProxy != null)
     {
         DelegateProxy.ShowViewProxy(name, arg);
     }
 }