가로등 통합 anycpu 로 변경

This commit is contained in:
Arin(asus)
2023-10-01 23:07:39 +09:00
parent d5e8b1b2ff
commit 46ef9da6f9
13 changed files with 397 additions and 363 deletions

View File

@@ -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