コード例 #1
0
ファイル: Carousel.cs プロジェクト: MisterBlackie/TP3
 public Carousel()
 {
     InitializeComponent();
     this.DoubleBuffered        = true;
     this.BackColor             = Color.Black;
     this.BackgroundImageLayout = ImageLayout.Zoom;
     this.AllowTransparency     = false;
     Settings = new ListeSettings();
 }
コード例 #2
0
ファイル: CarouselSettings.cs プロジェクト: MisterBlackie/TP3
        public CarouselSettings(ref ListeSettings Liste)
        {
            InitializeComponent();

            Settings = Liste;
        }