Пример #1
0
 void HandleExposeEvent(object o, ExposeEventArgs args)
 {
     if (Capturer != null)
     {
         Capturer.Expose();
     }
 }