Beispiel #1
0
 public shiyan(paramst p, classinfo clin1, StudInfo stin1)
 {
     InitializeComponent();
     pp   = p;
     clin = clin1;
     stin = stin1;
 }
Beispiel #2
0
 public fdo(Form1 f)
 {
     InitializeComponent();
     pp = f.pp;
     foreach (exerL tel in f.erl)
     {
         if (tel.id == f.selid)
         {
             el = tel;
         }
     }
     ff = f;
 }
Beispiel #3
0
 public login()
 {
     InitializeComponent();
     pp = new Exercise_student.paramst();
 }
Beispiel #4
0
 public password(paramst p)
 {
     InitializeComponent();
     pp = p;
 }
Beispiel #5
0
 public Form1(paramst p)
 {
     InitializeComponent();
     pp = p;
 }