// PkgCmdID.cs // MUST match PkgCmdID.h using System; namespace Cosmos.Cosmos_VS_Windows { static class PkgCmdIDList { public const uint cmdidCosmosAssembly = 0x101; public const uint cmdidCosmosRegisters = 0x102; public const uint cmdidCosmosStack = 0x103; }; }