Пример #1
0
 /// <summary>
 /// Sets the the PostProcessing Handler on the default session.
 /// </summary>
 /// <param name="handler"></param>
 public static void SetPostProcessHandler(PostProcessHandler handler)
 {
     Handler.DefaultHandler.SetPostProcessHandler(handler);
 }
Пример #2
0
 /// <summary>
 /// Sets the the PostProcessing Handler on the default session.
 /// </summary>
 /// <param name="handler"></param>
 public static void SetPostProcessHandler(PostProcessHandler handler)
 {
     Handler.DefaultHandler.SetPostProcessHandler(handler);
 }