Sicherung gnaz neu
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using System.Collections;
|
||||
|
||||
|
||||
namespace AutoCompleteTextBox.Editors
|
||||
{
|
||||
public interface IComboSuggestionProvider
|
||||
{
|
||||
|
||||
#region Public Methods
|
||||
|
||||
IEnumerable GetSuggestions(string filter);
|
||||
IEnumerable GetFullCollection();
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user