Пример #1
0
 protected virtual void CurrentManaChanging(PointsEventArgs args)
 {
     if (CurrentManaChange != null)
     {
         CurrentManaChange(this, args);
     }
 }
Пример #2
0
 public virtual void OnCurrentManaChange(object source, PointsEventArgs e)
 {
 }