Ejemplo n.º 1
0
 public static string DisplayName(QDesktopServices.StandardLocation type)
 {
     return((string)staticInterceptor.Invoke("displayName$", "displayName(QDesktopServices::StandardLocation)", typeof(string), typeof(QDesktopServices.StandardLocation), type));
 }
Ejemplo n.º 2
0
 public static string StorageLocation(QDesktopServices.StandardLocation type)
 {
     return((string)staticInterceptor.Invoke("storageLocation$", "storageLocation(QDesktopServices::StandardLocation)", typeof(string), typeof(QDesktopServices.StandardLocation), type));
 }