void Paid(PaidEventArgs args) { if (OnPaid != null) { OnPaid(this, args); } }
void p_OnPaid(object sender, PaidEventArgs args) { Paid(args); }