-rimosso distinzione tra view, machining page

This commit is contained in:
Demetrio Cassarino
2025-04-22 16:46:32 +02:00
parent 06899fadfd
commit 8b36b65b37
21 changed files with 468 additions and 460 deletions
@@ -127,8 +127,8 @@ Public Class OpenProjectFileDialogVM
MessageBox.Show(EgtMsg(61873), EgtMsg(30009), MessageBoxButton.OK, MessageBoxImage.Warning)
Return
End If
Map.refProjManagerVM.m_MruFiles.Remove(SelProject.sProjPath)
Map.refProjManagerVM.NotifyPropertyChanged(NameOf(Map.refProjManagerVM.MruFileNames))
'Map.refProjManagerVM.m_MruFiles.Remove(SelProject.sProjPath)
'Map.refProjManagerVM.NotifyPropertyChanged(NameOf(Map.refProjManagerVM.MruFileNames))
' cancello progetto
' CheckMe impostata come cancellazione FISICA dal DB...
DbControllers.m_ProjController.DeleteProj(SelProject.nProjId, False)
@@ -208,7 +208,7 @@ Public Class OpenProjectFileDialogVM
End If
' se proj corrente era il prod cancellato, aggiorno proj corrente
If Not IsNothing(ProjectManagerVM.CurrProj) AndAlso ProjectManagerVM.CurrProj.nProdId = SelProject.nProdId Then
Map.refProjManagerVM.UpdateCurrProj()
'Map.refProjManagerVM.UpdateCurrProj()
End If
' cancello cartella del Prod
Try