コード例 #1
0
ファイル: ServerChatRoom.cs プロジェクト: TakeruGrima/Chat
 public ServerChatRoom(Chatroom chatroom)
 {
     concretCR = (TextChatRoom)chatroom;
 }