示例#1
0
文件: AF.cs 项目: bxdaze/bxdaze
 public AF(Userfeedback cl,String Questiontext)
 {
     tmp = Questiontext;
     InitializeComponent();
     Ipass.classfication = classficitong;
     this.cl = cl;
     label2.Text = tmp;
 }
示例#2
0
 public QF(Userfeedback This, String Questiontext)
 {
     tmp = Questiontext;
     InitializeComponent();
     Ipass.classfication = classficitong;
     cl          = This;
     label2.Text = tmp;
 }