Exemplo n.º 1
0
 private void CanceldDataRequestBtn_Click(object sender, EventArgs e)
 {
     participantsResponses = new ParticipantList();
     MainGB.Visible        = true;
     RespondersGB.Visible  = false;
     updateDisplay();
 }
Exemplo n.º 2
0
        public mainMenu()
        {
            participantsResponses = new ParticipantList();

            allParticipants      = new ParticipantList();
            selectedParticipants = new ParticipantList();
            newParticipant       = new Participant();
            InitializeComponent();
        }