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