BuildQuestion() 공개 메소드

public BuildQuestion ( QLMemory memory, string name, string label, bool isComputed = false ) : void
memory QLMemory
name string
label string
isComputed bool
리턴 void
 public override void Build(QLGuiBuilder guiBuilder)
 {
     guiBuilder.BuildQuestion(Memory, Name, Label, true);
 }