Chimney.MPD.ChimneyMPDEvent.actionChimeny_ConnectionProblem C# (CSharp) Method

actionChimeny_ConnectionProblem() public method

public actionChimeny_ConnectionProblem ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void actionChimeny_ConnectionProblem(object sender, EventArgs e)
        {
            connectionproblem = true;
            SendConnectionProblem();
        }