Пример #1
0
 protected override Control CreateWindowControl()
 {
     Control = new SimpleQuestion();
     Control.SingleCaseChanged += ReValidate;
     return(Control);
 }
Пример #2
0
 protected override Control CreateWindowControl()
 {
     Control = new SimpleQuestion();
     Control.SingleCaseChanged += ReValidate;
     return Control;
 }