Cosmos/source2/VSIP/Cosmos.VS.Windows/Global.cs
kudzu_cp 7162637756
2011-09-05 02:22:17 +00:00

14 lines
351 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Cosmos_VS_Windows {
static public class Global {
static public Cosmos.Debug.Common.PipeClient mPipeUp;
static Global() {
mPipeUp = new Cosmos.Debug.Common.PipeClient(Cosmos.Debug.Consts.Pipes.UpName);
}
}
}