EgtWPFLib 2.3j1 :
- correzione a EgtCalculatorWD per valore di ritorno.
This commit is contained in:
@@ -125,7 +125,7 @@ Public Class EgtCalculatorWD
|
||||
If IsNothing(m_Calculator.bConfirmResult) Then
|
||||
DialogResult = False
|
||||
Else
|
||||
DialogResult = True
|
||||
DialogResult = m_Calculator.bConfirmResult
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
@@ -61,5 +61,5 @@ Imports System.Windows
|
||||
' by using the '*' as shown below:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.3.6.1")>
|
||||
<Assembly: AssemblyFileVersion("2.3.6.1")>
|
||||
<Assembly: AssemblyVersion("2.3.10.1")>
|
||||
<Assembly: AssemblyFileVersion("2.3.10.1")>
|
||||
|
||||
Reference in New Issue
Block a user