Ejemplo n.º 1
0
 public SlackRefresh(RefreshActions refreshAction, object action = null)
 {
     RefreshAction = refreshAction;
     Action        = action;
 }
Ejemplo n.º 2
0
 public SlackRefresh(RefreshActions refreshAction, object action = null) {
     RefreshAction = refreshAction;
     Action = action;
 }