Ejemplo n.º 1
0
 protected virtual void RaiseSignInEvent(SignInEventArgs eventArgs)
 {
     SignInEvent?.Invoke(this, eventArgs);
 }
Ejemplo n.º 2
0
 public static void SignInEventCall(string id)
 {
     SignInEvent.Invoke(id);
 }