예제 #1
0
파일: Program.cs 프로젝트: hdxhan/IKendeLib
 static void Main(string[] args)
 {
     Console.Write(Beetle.LICENSE.GetLICENSE());
     Beetle.TcpUtils.Setup("beetle");
     mToTracker = new AppToTracker<TestFormater, TestProperties>("trackerSection");
     mToTracker.Register = (o,e) => { };
     mToTracker.Start();
     System.Threading.Thread.Sleep(-1);
 }
예제 #2
0
파일: Program.cs 프로젝트: zmm623/IKendeLib
 static void Main(string[] args)
 {
     Console.Write(Beetle.LICENSE.GetLICENSE());
     Beetle.TcpUtils.Setup("beetle");
     mToTracker          = new AppToTracker <TestFormater, TestProperties>("trackerSection");
     mToTracker.Register = (o, e) => { };
     mToTracker.Start();
     System.Threading.Thread.Sleep(-1);
 }