Example #1
0
 public DefaultQuestionBlock()
 {
     OnLoadEffect = new EffectShow(this);
     Layout = new DefaultLayout();
 }
Example #2
0
 /// <summary>
 ///  This class performs an important function.
 /// </summary>
 public DefaultAnswerBlock()
     : base()
 {
     OnLoadEffect = new EffectShow(this);
     Layout = new DefaultLayout();
 }