Exemplo n.º 1
0
        public SongDetail(MainScreen callForm)
        {
            InitializeComponent();
            mainscr          = callForm;
            songDetail_panel = mainscr.getSongDetailPanel();
            soundPlayer      = mainscr.getSoundPlayer();
            MainScreen.hideScrollBar(suggestedTracks_flowPanel, "flow");

            this.DoubleBuffered = true;

            foreach (Control control in this.Controls)
            {
                MainScreen.EnableDoubleBuferring(control);
            }
        }