Ejemplo n.º 1
0
 protected virtual void Wyslij(EventArgs Nadawca, EventArgs SkrotTresci)
 {
     //EventHandler NowyMail = Wyslij;
     NowyMail?.Invoke(this, Nadawca);
 }
Ejemplo n.º 2
0
 public void Nadawca()
 {
     NowyMail.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 3
0
 public void SkrotTresci()
 {
     NowyMail.Invoke(this, EventArgs.Empty);
 }
Ejemplo n.º 4
0
 public void nowyMail()
 {
     NowyMail.Invoke(this, EventArgs.Empty);
 }