public void AddTeamSubCategory(TeamSubCategory subcat, TeamsTagStore tags, string localTeam, string visitorTeam) { TeamTaggerWidget tagger = new TeamTaggerWidget(subcat, tags, localTeam, visitorTeam); table1.Attach(tagger,0, 1, table1.NRows-1, table1.NRows); table1.NRows ++; tagger.Show(); }
public void AddTeamSubCategory(TeamSubCategory subcat, TeamsTagStore tags, string localTeam, string visitorTeam) { TeamTaggerWidget tagger = new TeamTaggerWidget(subcat, tags, localTeam, visitorTeam); table1.Attach(tagger, 0, 1, table1.NRows - 1, table1.NRows); table1.NRows++; tagger.Show(); }