EgtCAM5 :

- Cambiati nomi classi e file.
This commit is contained in:
Emmanuele Sassi
2018-04-10 17:08:35 +00:00
parent 4e2801a1c4
commit a4b5cd4834
144 changed files with 517 additions and 521 deletions
@@ -1,4 +1,4 @@
<EgtWPFLib5:EgtCustomWindow x:Class="OptionsV"
<EgtWPFLib5:EgtCustomWindow x:Class="OptionWindowV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EgtCAM5"
+3
View File
@@ -0,0 +1,3 @@
Public Class OptionWindowV
End Class
@@ -3,7 +3,7 @@ Imports EgtUILib
Namespace EgtCAM5
Public Class OptionsVM
Public Class OptionWindowVM
Public ReadOnly Property LanguageList As ObservableCollection(Of Language)
Get
@@ -159,8 +159,8 @@ Namespace EgtCAM5
Public Sub CloseOptions()
' Chiusura finestra
For Each Window In Application.Current.Windows
If TypeOf Window Is OptionsV Then
Dim OptionsWindow As OptionsV = DirectCast(Window, OptionsV)
If TypeOf Window Is OptionWindowV Then
Dim OptionsWindow As OptionWindowV = DirectCast(Window, OptionWindowV)
OptionsWindow.Close()
End If
Next
-3
View File
@@ -1,3 +0,0 @@
Public Class OptionsV
End Class