Miglioramenti travi e sesting
This commit is contained in:
@@ -63,13 +63,13 @@ Public Class MainWindowVM
|
||||
Select Case Map.refMainMenuVM.SelPage
|
||||
Case Pages.VIEW
|
||||
If Map.refProjManagerVM.CurrProj.bIsNew Then
|
||||
m_Title = "New"
|
||||
m_Title = "New - " & Map.refProjManagerVM.CurrProj.nProjId.ToString("0000")
|
||||
Else
|
||||
m_Title = Map.refProjManagerVM.CurrProj.nProjId.ToString("0000") & " - " & Map.refProjManagerVM.CurrProj.sBTLFileName
|
||||
End If
|
||||
Case Pages.MACHINING
|
||||
If Map.refProdManagerVM.CurrProd.bIsNew Then
|
||||
m_Title = "New"
|
||||
m_Title = "New" & Map.refProdManagerVM.CurrProd.nProdId.ToString("0000")
|
||||
Else
|
||||
m_Title = Map.refProdManagerVM.CurrProd.nProdId.ToString("0000")
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user