Example #1
0
 private static void LoadTaskDialog(ICApiCore core)
 {
     unsafe
     {
         _taskDialogIndirectAction = Marshal.GetDelegateForFunctionPointer <TaskDialogIndirectDelegate>(core.Library.Client.Win_GetTaskDialog());
     }
 }
Example #2
0
 private Invoker(ICApiCore core, IntPtr nativePointer)
 {
     this.core     = core;
     NativePointer = nativePointer;
 }