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