Exemplo n.º 1
0
Arquivo: Program.cs Projeto: eier/sbc
 static void Main(string[] args)
 {
     LogistikHase lh = new LogistikHase(args[0], new Uri("xco://127.0.0.1:8000"));
     lh.work();
 }
Exemplo n.º 2
0
Arquivo: Program.cs Projeto: eier/sbc
        static void Main(string[] args)
        {
            LogistikHase lh = new LogistikHase(args[0], new Uri("xco://127.0.0.1:8000"));

            lh.work();
        }