private void NumriSerial_Load(object sender, System.EventArgs e)
 {
     this.txtNumerSerial.Text = RegistrationClass.GetKey();
 }
Example #2
0
 private void NumriSerial_Load(object sender, EventArgs e)
 {
     this.txtNrPerRregjistrim.Text = RegistrationClass.GetKey();
 }