コード例 #1
0
ファイル: CommentRoom.cs プロジェクト: catontheway/Ragnarok
 /// <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
ファイル: CommentRoom.cs プロジェクト: JuroGandalf/Ragnarok
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public CommentRoom(CommentClient client, CommentRoomInfo roomInfo,
                    int index)
 {
     this.commentClient = client;
     this.roomInfo = roomInfo;
     this.index = index;
 }