Esempio n. 1
0
 public UnreadMessageReceivedMessage(IrcConversationViewModel conversation, Message message)
 {
     this.Network      = message.Network;
     this.Conversation = conversation;
     this.Message      = message;
 }
Esempio n. 2
0
 public ConversationEndMessage(IrcNetwork network, IrcConversationViewModel conversation)
 {
     this.Network      = network;
     this.Conversation = conversation;
 }