Cosmos/source2/Debug/Cosmos.Debug.HostProcess/Enums.cs
2012-06-15 18:26:48 +00:00

13 lines
No EOL
266 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.VS.HostProcess {
public enum HostProcessCommandEnum : int {
}
public enum DebugEngineCommandEnum : int {
ApplicationTerminated = 0
}
}