コード例 #1
0
 protected override Control CreateWindowControl()
 {
     Control = new SimpleQuestion();
     Control.SingleCaseChanged += ReValidate;
     return(Control);
 }
コード例 #2
0
ファイル: HtmlSimpleQuestion.cs プロジェクト: supermuk/iudico
 protected override Control CreateWindowControl()
 {
     Control = new SimpleQuestion();
     Control.SingleCaseChanged += ReValidate;
     return Control;
 }