/// <summary>
 /// Constructor
 /// </summary>        
 public ThumbnailSurfaceControl()
     : base()
 {
     this.DoubleBuffered = true;
     _thumbnail = new Thumbnail(this);
 }
Example #2
0
 public ThumbnailBox()
     : base()
 {
     _thumbnail = new Thumbnail(this);
 }