Example #1
0
        public async void Form1_Load(object sender, EventArgs e)
        {
            AmbiLightSectionClass      = new AmbiLightSection(this);
            VisualizerSectionClass     = new VisualizerSection(this);
            InstructionsSectionClass   = new InstructionsSection(this);
            IndividualLEDSectionClass  = new IndividualLEDSection(this);
            ConfigureSetupSectionClass = new ConfigureSetupSection(this);
            FadeColorsSectionClass     = new FadeColorsSection(this);
            MenuSectionClass           = new MenuSection(this);
            LoadingSectionClass        = new LoadingSection(this);
            AnimationModeSectionClass  = new AnimationModeSection(this);
            ServerAPISectionClass      = new ServerAPISection(this);

            await LoadingSectionClass.MainLoadingSection();
        }