PRoConEvents.MULTIbalancer.TaskbarNotify C# (CSharp) Method

TaskbarNotify() private method

private TaskbarNotify ( String title, String msg ) : void
title String
msg String
return void
        private void TaskbarNotify(String title, String msg)
        {
            if (fAborted) return;
            this.ExecuteCommand("procon.protected.notification.write", title, msg);
        }
MULTIbalancer