GetEventBridge() private méthode

private GetEventBridge ( string strType ) : EventBridge
strType string
Résultat EventBridge
Exemple #1
0
 public EventListener(EventDispatcher owner, string type)
 {
     _bridge = owner.GetEventBridge(type);
     _type   = type;
 }