示例#1
0
 private void HandleCloseCommand()
 {
     _connectionRegistry.CloseConnection(_connection);
     _connection.Close();
 }