EgtCAM5 :
- Cambiati nomi classi e file.
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
@@ -1,3 +0,0 @@
|
||||
Public Class OptionsV
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user