Exemple #1
0
        public CupeQuestion()
        {
            currentTextBox = new CustomBox(this);
               futureTextBox = new CustomBox(this);

               textLabel = new CustomLabel(this);

               DefineCurrentBox();
               DefineFutureBox();

               DefineTextLabel();
        }