コード例 #1
0
ファイル: CupeQuestion.cs プロジェクト: hanlonal/CSE4982013
        public CupeQuestion()
        {
            currentTextBox = new CustomBox(this);
               futureTextBox = new CustomBox(this);

               textLabel = new CustomLabel(this);

               DefineCurrentBox();
               DefineFutureBox();

               DefineTextLabel();
        }