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