NDC2010.Logic.Presenters.SpeakersPresenter.GetTitle C# (CSharp) Method

GetTitle() public method

public GetTitle ( ) : string
return string
        public string GetTitle()
        {
            return "Speakers";
        }