Chimney.MPD.ChimneyMPDBase.SendConnectionProblem C# (CSharp) Method

SendConnectionProblem() protected method

protected SendConnectionProblem ( ) : void
return void
        protected void SendConnectionProblem()
        {
           connectionproblem = true;
           if (ConnectionProblem != null) ConnectionProblem(this, new EventArgs());
        }