LongoMatch.Gui.Menus.SportsPlaysMenu.ShowMenu C# (CSharp) Method

ShowMenu() protected method

protected ShowMenu ( Project project, IEnumerable plays, EventType eventType, Time time, IList eventTypes, bool editableName ) : void
project Project
plays IEnumerable
eventType LongoMatch.Core.Store.EventType
time LongoMatch.Core.Store.Time
eventTypes IList
editableName bool
return void
        protected new void ShowMenu(Project project, IEnumerable<TimelineEvent> plays, EventType eventType, Time time,
										  IList<EventType> eventTypes, bool editableName)
        {
            PrepareMenu (project, plays, eventType, time, eventTypes, editableName);
            Popup ();
        }