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="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"
+3
View File
@@ -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