コード例 #1
0
ファイル: CommandManagerVM.cs プロジェクト: xarial/cad-plus
        public void Load(CustomToolbarInfo toolbarInfo, string toolbarPath)
        {
            ToolbarInfo = toolbarInfo;
            m_ToolbarSpecificationPath = toolbarPath;
            IsEditable = !m_ConfsProvider.IsReadOnly(toolbarPath);

            LoadToolbar(ToolbarInfo);
        }