예제 #1
0
 public CSignup()
 {
     this.vSignup     = new VSignup();
     this.utilizatorP = new PersistentaUtilizatori();
     this.gestionareEvenimente();
 }
예제 #2
0
 public CSignup(VSignup vSignup)
 {
     this.vSignup = vSignup;
     this.model   = vSignup.GetModelArtGallery();
     this.gestionareEvenimente();
 }