protected virtual void IndirmeTamamlandi(DownloadEventArgs e) { if (Bitti == false) { Bitti = true; Indirildi?.Invoke(this, e); } }
protected virtual void IndirmeBaslatti(DownloadEventArgs e) { IndirmeBasladi?.Invoke(this, e); }