BelhardTraining.LessonIO.WindowsSearchDemo.MainForm.GetSearchPath C# (CSharp) Method

GetSearchPath() private method

private GetSearchPath ( ) : string
return string
        string GetSearchPath()
        {
            return cbSearchPath.SelectedItem == null
                ? cbSearchPath.Text
                : ((PredefinedFolder)cbSearchPath.SelectedItem).Path;
        }