Exemplo n.º 1
0
 public Carousel()
 {
     InitializeComponent();
     this.DoubleBuffered        = true;
     this.BackColor             = Color.Black;
     this.BackgroundImageLayout = ImageLayout.Zoom;
     this.AllowTransparency     = false;
     Settings = new ListeSettings();
 }
Exemplo n.º 2
0
        public CarouselSettings(ref ListeSettings Liste)
        {
            InitializeComponent();

            Settings = Liste;
        }