public void setupInterfaces(IHover iHover, IPress iPress)
 {
     this.iHover = iHover;
     this.iPress = iPress;
 }
Example #2
0
 public ActionCard(IHover hoverProvider, ICardAction actionProvider)
 {
     this.hoverProvider  = hoverProvider;
     this.actionProvider = actionProvider;
 }