示例#1
0
文件: Program.cs 项目: pshomov/frog
 static void Main(string[] args)
 {
     using (var agent = new AgentDeploumentWireUp())
     {
         agent.Start(Guid.Parse("38892791-8E48-4B95-90C3-B16CFA9BEFF8"));
         Console.ReadLine();
     }
 }
示例#2
0
 protected override void OnStart(string[] args)
 {
     agent = new AgentDeploumentWireUp();
     agent.Start(Guid.Parse("38892791-8E48-4B95-90C3-B16CFA9BEFF8"));
 }