Example #1
0
File: Program.cs Project: eier/sbc
        static void Main(string[] args)
        {
            NestHase nh = new NestHase(args[0], new Uri("xco://127.0.0.1:8000"));

            nh.work();
        }
Example #2
0
File: Program.cs Project: eier/sbc
 static void Main(string[] args)
 {
     NestHase nh = new NestHase(args[0], new Uri("xco://127.0.0.1:8000"));
     nh.work();
 }