EgtCAM5 :
- Cambiati nomi classi e file.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<EgtWPFLib5:EgtCustomWindow x:Class="MachOptionsView"
|
||||
<EgtWPFLib5:EgtCustomWindow x:Class="MachOptionV"
|
||||
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 MachOptionV
|
||||
|
||||
End Class
|
||||
@@ -3,7 +3,7 @@ Imports EgtUILib
|
||||
|
||||
Namespace EgtCAM5
|
||||
|
||||
Public Class MachOptionsViewModel
|
||||
Public Class MachOptionVM
|
||||
|
||||
Private m_sSafeZ As String
|
||||
Public Property SafeZ As String
|
||||
@@ -185,8 +185,8 @@ Namespace EgtCAM5
|
||||
Public Sub CloseMachOptions()
|
||||
' Chiusura finestra
|
||||
For Each Window In Application.Current.Windows
|
||||
If TypeOf Window Is MachOptionsView Then
|
||||
Dim MachOptionsWindow As MachOptionsView = DirectCast(Window, MachOptionsView)
|
||||
If TypeOf Window Is MachOptionV Then
|
||||
Dim MachOptionsWindow As MachOptionV = DirectCast(Window, MachOptionV)
|
||||
MachOptionsWindow.Close()
|
||||
End If
|
||||
Next
|
||||
@@ -1,3 +0,0 @@
|
||||
Public Class MachOptionView
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user