Beispiel #1
0
            public void NotifyOtherDataChanged(OtherDataChangedEvent e)
            {
                var handler = OtherDataChanged;

                if (handler != null)
                {
                    handler(this, e);
                }
            }
 public void NotifyOtherDataChanged(OtherDataChangedEvent e)
 {
     var handler = OtherDataChanged;
     if (handler != null)
         handler(this, e);
 }