Ejemplo n.º 1
0
 public frmFeedback(E_Feedback_Type type, string question, string qid)
 {
     InitializeComponent();
     _type     = type;
     _qid      = qid;
     _question = question;
 }
Ejemplo n.º 2
0
 public frmFeedback(E_Feedback_Type type)
 {
     InitializeComponent();
     _type = type;
 }