public SingleLineViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view = view;
 }
 public ActivityStreamViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view = view;
 }
Exemplo n.º 3
0
 public PluginHelper(ConversationsState state)
 {
     this.state = state;
 }
Exemplo n.º 4
0
 public ActivityStreamViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view  = view;
 }
 public NewItemsPluginHelper(ConversationsState state)
 {
     this.state = state;
 }
 public SingleLineViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view  = view;
 }