All pastes #2047673 Raw Edit

Untitled

public text v1 · immutable
#2047673 ·published 2011-04-18 08:39 UTC
rendered paste body
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Libmpc;

namespace MPDClient
{    
    class MPDClient
    {

        Client c;

        public MPDClient()
        {
            //her mangler du this foran c
            c = new Mpc();
        }
    }
}