Cosmos/source2/VSIP/Cosmos.VS.Windows/PkgCmdID.cs
2011-07-16 03:16:34 +00:00

14 lines
No EOL
369 B
C#

// 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;
public const uint cmdidCosmosShowAll = 0x104;
};
}