コード例 #1
0
 public static void ReleaseIpcPromptContext(SafeIpcPromptContext ctx)
 {
     if (null != ctx)
     {
         ctx.Dispose();
     }
 }