Exemplo n.º 1
0
Arquivo: AF.cs Projeto: bxdaze/bxdaze
 public AF(Userfeedback cl,String Questiontext)
 {
     tmp = Questiontext;
     InitializeComponent();
     Ipass.classfication = classficitong;
     this.cl = cl;
     label2.Text = tmp;
 }
Exemplo n.º 2
0
 public QF(Userfeedback This, String Questiontext)
 {
     tmp = Questiontext;
     InitializeComponent();
     Ipass.classfication = classficitong;
     cl          = This;
     label2.Text = tmp;
 }