Ejemplo n.º 1
0
 public clubAchievementMaintenance(int clubID, int usrid, string role)
 {
     this.usrid = usrid;
     this.role  = role;
     InitializeComponent();
     this.clubID = clubID;
     this.ca     = new clubAchievement(clubID);
     this.btnNewAchievement.Visible = false;
     this.Size = new Size(590, 275);
 }
Ejemplo n.º 2
0
 public clubAchievementMaintenance(int clubID)
 {
     InitializeComponent();
     this.clubID = clubID;
     this.ca     = new clubAchievement(clubID);
 }