public UC_SubQuestions(SupportClass.Client _client, ExtendedWindow.EW_PointScreen ew_PointScreen)
        {
            InitializeComponent();
            InitControl();

            client            = _client;
            eW_PointScreen    = ew_PointScreen;
            btnBell.IsEnabled = false;
            //StartTime();
        }
        public UC_Obstacles(SupportClass.Client _client, ExtendedWindow.EW_PointScreen ew_PointScreen)
        {
            InitializeComponent();
            InitControl();

            client         = _client;
            eW_PointScreen = ew_PointScreen;

            StartTime();
        }
        public UC_Start(ExtendedWindow.EW_PointScreen ew_PointScreen)
        {
            InitializeComponent();
            eW_PointScreen = ew_PointScreen;
            mediaAct.Upload(TimeVideo, "Start_TimeVideo.mp4");
            mediaAct.Upload(BackgroundImg, "Background.png");
            txtBlockNameList.Add(txtBlockName1);
            txtBlockNameList.Add(txtBlockName2);
            txtBlockNameList.Add(txtBlockName3);
            txtBlockNameList.Add(txtBlockName4);

            txtBlockPointList.Add(txtBlockPoint1);
            txtBlockPointList.Add(txtBlockPoint2);
            txtBlockPointList.Add(txtBlockPoint3);
            txtBlockPointList.Add(txtBlockPoint4);
        }
        public UC_Accelerate(SupportClass.Client _client, ExtendedWindow.EW_PointScreen ew_PointScreen)
        {
            InitializeComponent();
            client         = _client;
            eW_PointScreen = ew_PointScreen;
            mediaAct.Upload(imgBackground, "Background.png");
            StartTime();
            txtBlockNameList.Add(txtBlockName1);
            txtBlockNameList.Add(txtBlockName2);
            txtBlockNameList.Add(txtBlockName3);
            txtBlockNameList.Add(txtBlockName4);

            txtBlockPointList.Add(txtBlockPoint1);
            txtBlockPointList.Add(txtBlockPoint2);
            txtBlockPointList.Add(txtBlockPoint3);
            txtBlockPointList.Add(txtBlockPoint4);
        }
Beispiel #5
0
        public UC_Finish(SupportClass.Client _client, ExtendedWindow.EW_PointScreen ew_PointScreen)
        {
            InitializeComponent();
            client         = _client;
            eW_PointScreen = ew_PointScreen;
            mediaAct.Upload(BackgroundImg, "Background.png");

            txtBlockNameList.Add(txtBlockName1);
            txtBlockPointList.Add(txtBlockPoint1);
            txtBlockNameList.Add(txtBlockName2);
            txtBlockPointList.Add(txtBlockPoint2);
            txtBlockNameList.Add(txtBlockName3);
            txtBlockPointList.Add(txtBlockPoint3);
            txtBlockNameList.Add(txtBlockName4);
            txtBlockPointList.Add(txtBlockPoint4);
            btnAnswer.IsEnabled = false;
            //StartTime();
        }