Beispiel #1
0
 public void GetQuestionInfo()
 {
     this.secQuestion = proxy.GetQuestion(this.idQuestion);
     ticketID.Text    = "Ticket #" + this.secQuestion.TicketID.ToString();
     question.Text    = this.secQuestion.Question;
 }