BTool.ListSelectForm.GetUserSelection C# (CSharp) Method

GetUserSelection() public method

public GetUserSelection ( ) : string
return string
        public string GetUserSelection()
        {
            return lbDataItems.Items[lbDataItems.SelectedIndex].ToString();
        }