Esempio n. 1
0
 protected void RaiseEventError(EProtoError error)
 {
     if (OnError != null)
     {
         OnError(this, error);
     }
 }
Esempio n. 2
0
 protected void RaiseEventError(EProtoError error)
 {
     if (OnError != null)
         OnError(this, error);
 }