Exemplo n.º 1
0
 protected virtual void OnStatusChanged(UpdaterEventArgs e)
 {
     if (StatusChanged != null)
         StatusChanged(this, e);
 }