Ejemplo n.º 1
0
        private void StartZetbox(object state)
        {
            try
            {
                Zetbox.API.APIInit init = new Zetbox.API.APIInit();
                init.Init();

                client = new Client();
                client.Start();

                ZetboxStarted = true;
            }
            catch
            {
                // Pech gehabt
            }
        }
Ejemplo n.º 2
0
        private void StartZetbox(object state)
        {
            try
            {
                Zetbox.API.APIInit init = new Zetbox.API.APIInit();
                init.Init();

                client = new Client();
                client.Start();

                ZetboxStarted = true;
            }
            catch
            {
                // Pech gehabt
            }
        }