1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-02 00:57:38 +00:00

Namespace renamed

This commit is contained in:
glucaci
2016-11-30 14:42:28 +01:00
parent 5217668ef1
commit fbf6cf3fec
10 changed files with 11 additions and 11 deletions

View File

@ -7,11 +7,11 @@ using System.Net.Sockets;
using System.Text;
using System.Text.RegularExpressions;
namespace Libmpc
namespace LibMpc
{
/// <summary>
/// Keeps the connection to the MPD server and handels the most basic structure of the
/// MPD protocol. The high level commands are handeled in the <see cref="Libmpc.Mpc"/>
/// MPD protocol. The high level commands are handeled in the <see cref="Mpc"/>
/// class.
/// </summary>
public class MpcConnection