Exemplo n.º 1
0
        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();
        }
Exemplo n.º 2
0
        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();
        }