Пример #1
0
 public static Bitmap GetCapture(this WebBrowser source)
 {
     return(capture(source, source.FindForm().Handle));
 }