Beispiel #1
0
 public static Profile CreatePlaceholder(Context context)
 {
     return(new Profile(Interop.CreatePlaceholder(context?.Handle ?? IntPtr.Zero), context));
 }