Пример #1
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public CommentRoom(CommentClient client, CommentRoomInfo roomInfo,
                    int index)
 {
     this.commentClient = client;
     this.roomInfo      = roomInfo;
     this.index         = index;
 }
Пример #2
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public NicoLiveCommandData()
 {
     NicoClient = new NicoClient();
     CommentClient = new CommentClient();
 }
Пример #3
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public CommentRoom(CommentClient client, CommentRoomInfo roomInfo,
                    int index)
 {
     this.commentClient = client;
     this.roomInfo = roomInfo;
     this.index = index;
 }