Ejemplo n.º 1
0
 internal void OnNotifyErr(PutNotifyErrorEvent arg)
 {
     if (NotifyErr != null)
     {
         NotifyErr(this, arg);
     }
 }
 void extra_NotifyErr(object sender, PutNotifyErrorEvent e)
 {
     
 }
Ejemplo n.º 3
0
 public void OnNotifyErr(PutNotifyErrorEvent arg)
 {
     if (NotifyErr != null)
         NotifyErr (this, arg);
 }
Ejemplo n.º 4
0
		internal void OnNotifyErr (PutNotifyErrorEvent arg)
		{
			if (NotifyErr != null)
				NotifyErr (this, arg);
		}