| Revision | 145 (tree) |
|---|---|
| Time | 2010-05-10 22:37:55 |
| Author | |
もめんとの一人ニコ★リブスタート。
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class PostKey | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class HeartBeat | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class PlayerStatus | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class AlertStatus | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class AlertLogin | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class AlertInfo | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class StreamInfo | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoAPI.Live | |
| 7 | -{ | |
| 8 | - class PublishStatus | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoLibrary.Nico | |
| 7 | -{ | |
| 8 | - class Nico | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoLibrary.Nico | |
| 7 | -{ | |
| 8 | - class Owner : User | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoLibrary.Nico | |
| 7 | -{ | |
| 8 | - class User | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -1,11 +0,0 @@ | ||
| 1 | -using System; | |
| 2 | -using System.Collections.Generic; | |
| 3 | -using System.Linq; | |
| 4 | -using System.Text; | |
| 5 | - | |
| 6 | -namespace NicoLibrary.Nico | |
| 7 | -{ | |
| 8 | - class SessionManager | |
| 9 | - { | |
| 10 | - } | |
| 11 | -} |
| @@ -2,6 +2,7 @@ | ||
| 2 | 2 | using System.Collections.Generic; |
| 3 | 3 | using System.Linq; |
| 4 | 4 | using System.Text; |
| 5 | +using NicoLibrary.Common; | |
| 5 | 6 | |
| 6 | 7 | namespace NicoLibrary.NicoPicture |
| 7 | 8 | { |
| @@ -3,7 +3,7 @@ | ||
| 3 | 3 | using System.Linq; |
| 4 | 4 | using System.Text; |
| 5 | 5 | |
| 6 | -namespace NicoLibrary.Nico | |
| 6 | +namespace NicoLibrary.NicoLive.Comment | |
| 7 | 7 | { |
| 8 | 8 | class CommentSender |
| 9 | 9 | { |
| @@ -3,7 +3,7 @@ | ||
| 3 | 3 | using System.Linq; |
| 4 | 4 | using System.Text; |
| 5 | 5 | |
| 6 | -namespace NicoLibrary.Nico | |
| 6 | +namespace NicoLibrary.NicoLive.Comment | |
| 7 | 7 | { |
| 8 | 8 | class CommentReceiver |
| 9 | 9 | { |
| @@ -2,6 +2,7 @@ | ||
| 2 | 2 | using System.Collections.Generic; |
| 3 | 3 | using System.Linq; |
| 4 | 4 | using System.Text; |
| 5 | +using NicoLibrary.Common; | |
| 5 | 6 | |
| 6 | 7 | namespace NicoLibrary.NicoLive |
| 7 | 8 | { |
| @@ -2,6 +2,7 @@ | ||
| 2 | 2 | using System.Collections.Generic; |
| 3 | 3 | using System.Linq; |
| 4 | 4 | using System.Text; |
| 5 | +using NicoLibrary.Common; | |
| 5 | 6 | |
| 6 | 7 | namespace NicoLibrary.NicoMovie |
| 7 | 8 | { |
| @@ -2,6 +2,7 @@ | ||
| 2 | 2 | using System.Collections.Generic; |
| 3 | 3 | using System.Linq; |
| 4 | 4 | using System.Text; |
| 5 | +using NicoLibrary.Common; | |
| 5 | 6 | |
| 6 | 7 | namespace NicoLibrary.NicoCommunity |
| 7 | 8 | { |