Ejemplo n.º 1
0
        public SendFile()
        {
            _tox = new Tox(new ToxOptions(true, false));
            _tox.OnFileControl += tox_OnFileControl;
            _tox.Start();

            int fileNumber = _tox.NewFileSender(0, 1337, "file.dat");
        }