Ejemplo n.º 1
0
 internal void checkRecordsForSectionGroups()
 {
     xGroupSections.Enabled = false;
     if (this.detectTeamyTournament() == null)
     {
         if (cbSettingsSection.Items.Count > 2)
         {
             if (bws.detectDifferentRecordsInSections())
             {
                 bws.sectionGroupWarning();
                 xGroupSections.Checked = false;
             }
             else
             {
                 xGroupSections.Enabled = true;
             }
         }
     }
     else
     {
         xGroupSections.Checked = false;
     }
 }