Exemplo n.º 1
0
 public void SetConnection(IConnection con)
 {
     Connection = con;
     Connection.OnDataRecieved += (sender, data) => framing.Unstuff(data);
 }