void ImplementationsTeamMeeting(
        datetime time = DateTime.Now, 
        TeamEnum team = TeamEnum.Plsc140009)
{
    List<string> topics = new List<string>()
    {
        "1. Team",
        "2. Projects",
        "3. Timeline",
        "4. Additional topics"
    };

    topics.ForEach(topic => topic.Present(time, team));
}

Team

Team

Projects: Support

Projects: Support

Text

Projects: Implementations

Projects: Implementations

Text

Projects: Roadmap

Text

Additional topics

Text

Questions?

Subcenter 140009 03/16

By Jakub Szumiato

Subcenter 140009 03/16

  • 127