가로등 통합 anycpu 로 변경
This commit is contained in:
@@ -100,7 +100,7 @@ Public Class Frm_Prnset
|
||||
|
||||
'//190223
|
||||
Function getStyleIndex() As Integer
|
||||
If cmb_style.Text.Trim = "" Then Return -1
|
||||
If cmb_style.Text.Trim() = "" Then Return -1
|
||||
Dim nostr As String = cmb_style.Text.Substring(1, cmb_style.Text.IndexOf("]") - 1)
|
||||
Return Integer.Parse(nostr)
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user