2022-05-30 15:46:26 +02:00

11 lines
338 B
VB.net

Imports System.Drawing
Namespace DocumentResultList
Public Class Config
Public Property WindowLocation As Point
Public Property WindowSize As Size
Public Property GridFontSizeDelta As Integer = 0
Public Property SelectedWorkspace As String = Workspace.DEFAULT_WORKSPACE
End Class
End Namespace