EgtCAM5 :
- Modifiche varie attrezzaggio.
This commit is contained in:
@@ -433,7 +433,7 @@ Namespace EgtCAM5
|
||||
Dim sPath As String = String.Empty
|
||||
' Apertura dialogo di salvataggio
|
||||
Dim SaveFileDialogView As New EgtWPFLib5.EgtSaveFileDialog
|
||||
SaveFileDialogView.Title = EgtMsg(MSG_SETUP + 5)
|
||||
SaveFileDialogView.Title = EgtMsg(MSG_SETUP + 3) & " " & EgtMsg(MSG_SETUP + 1)
|
||||
SaveFileDialogView.Extension = ".stu"
|
||||
SaveFileDialogView.Directory = sDir
|
||||
SaveFileDialogView.FileName = String.Empty
|
||||
@@ -494,7 +494,7 @@ Namespace EgtCAM5
|
||||
Dim sPath As String = String.Empty
|
||||
' Apertura dialogo di salvataggio
|
||||
Dim OpenFileDialogView As New EgtWPFLib5.EgtOpenFileDialog
|
||||
OpenFileDialogView.Title = EgtMsg(MSG_SETUP + 5)
|
||||
OpenFileDialogView.Title = EgtMsg(MSG_SETUP + 4) & " " & EgtMsg(MSG_SETUP + 1)
|
||||
OpenFileDialogView.Filter = "*.stu"
|
||||
OpenFileDialogView.Directory = sDir
|
||||
OpenFileDialogView.FileName = String.Empty
|
||||
|
||||
Reference in New Issue
Block a user