Beispiel #1
0
        public void ReportUpdated(String name)
        {
            if (Destroyed)
            {
                return;
            }

            Internals.DispatchUpdated(this, name);
        }