Zooflow: Save Tokens in Custom searches

This commit is contained in:
Jonathan Jenne
2022-06-13 16:37:01 +02:00
parent 9c7af8d470
commit 84e29c2c0a
11 changed files with 227 additions and 93 deletions

View File

@@ -5,8 +5,9 @@ Namespace SavedSearch
Public MustInherit Class SavedSearch
Public Property Name As String
Public Property Description As String
Public Overridable Property GroupText As String = ""
Public Property Image As SvgImage
Public Property Selected As Boolean
Public Overridable Property GroupText As String = ""
Public ReadOnly Property DisplayName As String
Get