Method | Description | |
---|---|---|
ChatSourceManager ( ) : System | ||
CreateChat ( string ConfigPrefix, string SourceChatId ) : void | ||
Initialize ( Controls ChatsControl, string LayoutStore ) : void | ||
OnChatClosed ( |
||
RestoreChats ( Controls ChatsControl ) : void | ||
StoreChats ( Controls ChatsControl ) : void | ||
ichat_OnNewMessagesArrived ( List |
public CreateChat ( string ConfigPrefix, string SourceChatId ) : void | ||
ConfigPrefix | string | |
SourceChatId | string | |
return | void |
public Initialize ( Controls ChatsControl, string LayoutStore ) : void | ||
ChatsControl | Controls | |
LayoutStore | string | |
return | void |
public OnChatClosed ( |
||
vChat | ||
return | void |
public RestoreChats ( Controls ChatsControl ) : void | ||
ChatsControl | Controls | |
return | void |
public StoreChats ( Controls ChatsControl ) : void | ||
ChatsControl | Controls | |
return | void |
public ichat_OnNewMessagesArrived ( List |
||
NewMessages | List |
|
return | void |