Ejemplo n.º 1
0
 protected override Control CreateWindowControl()
 {
     Control = new SimpleQuestion();
     Control.SingleCaseChanged += ReValidate;
     return(Control);
 }
Ejemplo n.º 2
0
 protected override Control CreateWindowControl()
 {
     Control = new SimpleQuestion();
     Control.SingleCaseChanged += ReValidate;
     return Control;
 }