update to devexpress 15.2.16, add logger, add config
This commit is contained in:
9
app/DD_Clipboard_Searcher/ClassConfig.vb
Normal file
9
app/DD_Clipboard_Searcher/ClassConfig.vb
Normal file
@@ -0,0 +1,9 @@
|
||||
Imports DigitalData.Modules.Config.ConfigAttributes
|
||||
|
||||
Public Class ClassConfig
|
||||
<ConnectionString>
|
||||
Public Property ConnectionString As String = ""
|
||||
Public Property LogErrorsOnly As Boolean = True
|
||||
Public Property HotkeyFunctionKey As String = "strg"
|
||||
Public Property HotkeySearchKey As String = "f"
|
||||
End Class
|
||||
Reference in New Issue
Block a user