TestEIn 1.5j6 :
- notevoli miglioramenti a disegno e gestione pezzi/layer.
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ End Function
|
||||
Public Shared Function GetPrivateProfileColor(
|
||||
ByVal lpAppName As String,
|
||||
ByVal lpKeyName As String,
|
||||
ByRef Col As Color,
|
||||
ByRef Col As Color3d,
|
||||
ByVal lpFileName As String) As Boolean
|
||||
Dim sVal As String = String.Empty
|
||||
GetPrivateProfileString(lpAppName, lpKeyName, "", sVal, lpFileName)
|
||||
@@ -58,7 +58,7 @@ Public Shared Function GetPrivateProfileZoomWin(
|
||||
ByVal lpAppName As String,
|
||||
ByVal lpKeyName As String,
|
||||
ByRef bOutline As Boolean,
|
||||
ByRef Col As Color,
|
||||
ByRef Col As Color3d,
|
||||
ByVal lpFileName As String) As Boolean
|
||||
Dim sVal As String = String.Empty
|
||||
GetPrivateProfileString(lpAppName, lpKeyName, "", sVal, lpFileName)
|
||||
|
||||
Reference in New Issue
Block a user