Example #1
0
 private void GenerateReport(RosterGridConfig rpt)
 {
     Utility.CurrentLeague = RosterGrid.CurrentLeague;
     RosterGrid.Focus      = rpt.Focus;
     RosterGrid.StrCat     = rpt.Category;
     RosterGrid.LoadDivisions();              //  gets the player data
     LastOutput = RosterGrid.CurrentRoster();
 }
 private void GenerateReport(RosterGridConfig rpt)
 {
     Utility.CurrentLeague = RosterGrid.CurrentLeague;
      RosterGrid.Focus = rpt.Focus;
      RosterGrid.StrCat = rpt.Category;
      RosterGrid.LoadDivisions();  //  gets the player data
      LastOutput = RosterGrid.CurrentRoster();
 }