Ejemplo n.º 1
0
        public SLNetCom(SecondLife client)
        {
            this.client = client;
            loginOptions = new LoginOptions();

            AddClientEvents();
            AddPacketCallbacks();
        }
Ejemplo n.º 2
0
        public SLNetCom(GridClient client, METAboltInstance instance)
        {
            this.client = client;
            this.instance = instance;
            loginOptions = new LoginOptions();

            AddClientEvents();
        }