コード例 #1
0
 public SendCommentDialog(string oid, CommentType commentType)
 {
     this.InitializeComponent();
     commentApi       = new CommentApi();
     emoteVM          = new EmoteVM();
     this.oid         = oid;
     this.commentType = commentType;
 }
コード例 #2
0
 public SendDynamicDialog(DynamicItemDisplayModel dynamicItem)
 {
     this.InitializeComponent();
     emoteVM       = new EmoteVM();
     atVM          = new AtVM();
     topicVM       = new TopicVM();
     sendDynamicVM = new SendDynamicVM(dynamicItem);
 }
コード例 #3
0
 public SendDynamicDialog()
 {
     this.InitializeComponent();
     emoteVM       = new EmoteVM();
     atVM          = new AtVM();
     sendDynamicVM = new SendDynamicVM();
     topicVM       = new TopicVM();
 }
コード例 #4
0
 public CommentControl()
 {
     this.InitializeComponent();
     commentApi = new CommentApi();
     emoteVM    = new EmoteVM();
 }