Ejemplo n.º 1
0
 private void attendance_Click(object sender, System.EventArgs e)
 {
     try
     {
         Attendance formAtt = new Attendance(this.licensepath, this.header, this.jns, this.role, this.circuit, this.electoralEampaignSave);
         formAtt.ShowDialog();
     }
     catch (System.Exception)
     {
     }
 }