//quiz panel is inside QuizScreen public LDQuizScreen() { AutoBound = false; //move this to factory QuizBlock = new LDQuizBlock(); QuestionInfoPanel = new LDQuestionInfoPanel(); QuizInfoPanel = new LDQuizInfoPanel(); CommandPanel = new LDCommandPanel(); Prev = new LDNavButton(); Next = new LDNavButton(); Prev.Label.Text = "Precedente"; Next.Label.Text = "Successivo"; Layout = new RelativePositionLayout(); }
public LDNavButton() { Label.Visible = false; Layout = new RelativePositionLayout(); }