Exemplo n.º 1
0
 public bool Disconnect()
 {
     // TODO: Check if connected.
     this.LastResult = EntryPoint.Disconnect();
     return(this.LastResult.ReturnValue.IsSuccess);
 }