EventStore.VSTools.ProjectionsProjectNode.InitializeCATIDs C# (CSharp) Method

InitializeCATIDs() private method

private InitializeCATIDs ( ) : void
return void
        private void InitializeCATIDs()
        {
            //AddCATIDMapping(typeof(GeneralPropertyPage), typeof(GeneralPropertyPage).GUID);
            //AddCATIDMapping(typeof(DeployPropertyPage), typeof(DeployPropertyPage).GUID);

            //AddCATIDMapping(typeof(ProjectionFileNodeProperties), typeof(ProjectionFileNodeProperties).GUID);
            //AddCATIDMapping(typeof(FileNodeProperties), typeof(ProjectionFileNodeProperties).GUID);

            //AddCATIDMapping(typeof(ProjectNodeProperties), typeof(ProjectionsProjectNodeProperties).GUID);
            //AddCATIDMapping(typeof(ProjectionsProjectNodeProperties), typeof(ProjectionsProjectNodeProperties).GUID);
        }