コード例 #1
0
 public SingleLineViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view = view;
 }
コード例 #2
0
 public ActivityStreamViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view = view;
 }
コード例 #3
0
 public PluginHelper(ConversationsState state)
 {
     this.state = state;
 }
コード例 #4
0
 public ActivityStreamViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view  = view;
 }
コード例 #5
0
 public NewItemsPluginHelper(ConversationsState state)
 {
     this.state = state;
 }
コード例 #6
0
 public SingleLineViewHelper(ConversationsState state, StreamView view)
 {
     this.state = state;
     this.view  = view;
 }