コード例 #1
0
ファイル: QuestionWidget.cs プロジェクト: thanus/myriad-ql
 protected QuestionWidget(IValue value, QuestionStatement statement, GuiEnvironment guiEnvironment)
     : base(guiEnvironment)
 {
     this.Statement = statement;
     this.Value     = value;
     this.Dependencies.UnionWith(statement.GetDependencies());
 }