Esempio n. 1
0
        public static void configuer()
        {
            bool          _onClose = false;
            List <string> _Log     = new List <string>();

            WebSocketManager.ConnectAsync(uri, x => webSocketConnection = x, message => _Log.Add(message));
        }
 public DataManager()
 {
     this.DataStation = new Station("HAHAA");
     WebSocketManager.configuer();
 }