From c5ec4eca74ca2ffaff1fa3f604bad072ac096d14 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 19 Jul 2016 12:52:39 +0000 Subject: [PATCH] EgtCAM5 : - all'avvio lista operazioni aperta. --- .../OperationExpander/OperationExpanderViewModel.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectPage/OptionPanel/MachiningOptionPanel/OperationExpander/OperationExpanderViewModel.vb b/ProjectPage/OptionPanel/MachiningOptionPanel/OperationExpander/OperationExpanderViewModel.vb index 794f224..eb58d54 100644 --- a/ProjectPage/OptionPanel/MachiningOptionPanel/OperationExpander/OperationExpanderViewModel.vb +++ b/ProjectPage/OptionPanel/MachiningOptionPanel/OperationExpander/OperationExpanderViewModel.vb @@ -349,6 +349,7 @@ Namespace EgtCAM5 Private m_cmdReloadMachining As ICommand Sub New() + Me.IsExpanded = True Application.Msn.Register(Application.LOADOPERATIONLIST, Sub() LoadOperationList() End Sub)