Base: fix typo
This commit is contained in:
parent
f2e275c8bd
commit
7625f2d2e3
@ -49,7 +49,7 @@ Public Class ScreenEx
|
||||
RestoreFormState(pForm, oFormState)
|
||||
End Sub
|
||||
|
||||
Public Shared Sub RetoreWindowSize(pForm As Form, pFormSize As Size)
|
||||
Public Shared Sub RestoreWindowSize(pForm As Form, pFormSize As Size)
|
||||
Dim oFormSize As Size
|
||||
If pFormSize.Height < 1 Or pFormSize.Width < 1 Or pFormSize.IsEmpty Then
|
||||
oFormSize = New Size(DEFAULT_WINDOW_WIDTH, DEFAULT_WINDOW_HEIGHT)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user