コード例 #1
0
 public Chat(ChatWindow chatWindow)
 {
     this.apiInstance = new WebChatApi();
     this.chatWindow  = chatWindow;
 }