コード例 #1
0
 public frmFeedback(E_Feedback_Type type, string question, string qid)
 {
     InitializeComponent();
     _type     = type;
     _qid      = qid;
     _question = question;
 }
コード例 #2
0
 public frmFeedback(E_Feedback_Type type)
 {
     InitializeComponent();
     _type = type;
 }