PRoConEvents.MULTIbalancer.TaskbarNotify C# (CSharp) Méthode

TaskbarNotify() private méthode

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