Свойство | Type | Description | |
---|---|---|---|
whisperCat | WhisperCat |
Свойство | Type | Description | |
---|---|---|---|
_main | MainWindow |
Méthode | Description | |
---|---|---|
AddConversation ( string subject = "" ) : void | ||
Blp ( ) : void | ||
DataFromClipboard ( ) : string | ||
DataFromFile ( string filename ) : string | ||
DataFromImage ( System image, bool useMaxWidth = true ) : string | ||
DataFromString ( string data ) : string | ||
DoSendImage ( string data ) : void | ||
DoSendMessage ( Conversation conversation, string data, InstantMessageContentType type ) : void | ||
FindConversation ( Conversation conv ) : LyncConversation | ||
FindConversationFromTitle ( string title ) : LyncConversation | ||
Paste ( ) : void | ||
RefreshConversations ( bool selectActive = false ) : void | ||
SeriousBusinessCat ( MainWindow main ) : Microsoft.Lync.Model | ||
Snip ( ) : void | ||
SnipAndSend ( ) : void | ||
StartWhispering ( ) : void | ||
TrackConversation ( Conversation conv ) : LyncConversation | ||
UpdateConversation ( LyncConversation conv ) : void |
Méthode | Description | |
---|---|---|
DoRefreshConversations ( bool selectActive = false ) : void | ||
DoSendMessageAsync ( Conversation conversation, string data, InstantMessageContentType type ) : System.Threading.Tasks.Task | ||
DoSendText ( string data, InstantMessageContentType type ) : void | ||
ImageToData ( System image ) : string | ||
ScaleToWidth ( System image, int width ) : string | ||
imModality_InstantMessageReceived ( object sender, MessageSentEventArgs e ) : void |
Méthode | Description | |
---|---|---|
Conv_ParticipantAdded ( object sender, ParticipantCollectionChangedEventArgs e ) : void | ||
Conv_ParticipantRemoved ( object sender, ParticipantCollectionChangedEventArgs e ) : void | ||
ConversationManager_ConversationAdded ( object sender, ConversationManagerEventArgs e ) : void | ||
ConversationManager_ConversationRemoved ( object sender, ConversationManagerEventArgs e ) : void | ||
GetActiveConversation ( ) : LyncConversation | ||
SaveSnip ( System bmp ) : void |
public AddConversation ( string subject = "" ) : void | ||
subject | string | |
Résultat | void |
public DataFromFile ( string filename ) : string | ||
filename | string | |
Résultat | string |
public DataFromImage ( System image, bool useMaxWidth = true ) : string | ||
image | System | |
useMaxWidth | bool | |
Résultat | string |
public DataFromString ( string data ) : string | ||
data | string | |
Résultat | string |
protected DoRefreshConversations ( bool selectActive = false ) : void | ||
selectActive | bool | |
Résultat | void |
public DoSendMessage ( Conversation conversation, string data, InstantMessageContentType type ) : void | ||
conversation | Conversation | |
data | string | |
type | InstantMessageContentType | |
Résultat | void |
protected DoSendMessageAsync ( Conversation conversation, string data, InstantMessageContentType type ) : System.Threading.Tasks.Task | ||
conversation | Conversation | |
data | string | |
type | InstantMessageContentType | |
Résultat | System.Threading.Tasks.Task |
protected DoSendText ( string data, InstantMessageContentType type ) : void | ||
data | string | |
type | InstantMessageContentType | |
Résultat | void |
public FindConversation ( Conversation conv ) : LyncConversation | ||
conv | Conversation | |
Résultat | LyncConversation |
public FindConversationFromTitle ( string title ) : LyncConversation | ||
title | string | |
Résultat | LyncConversation |
protected ImageToData ( System image ) : string | ||
image | System | |
Résultat | string |
public RefreshConversations ( bool selectActive = false ) : void | ||
selectActive | bool | |
Résultat | void |
protected ScaleToWidth ( System image, int width ) : string | ||
image | System | |
width | int | |
Résultat | string |
public SeriousBusinessCat ( MainWindow main ) : Microsoft.Lync.Model | ||
main | MainWindow | |
Résultat | Microsoft.Lync.Model |
public TrackConversation ( Conversation conv ) : LyncConversation | ||
conv | Conversation | |
Résultat | LyncConversation |
public UpdateConversation ( LyncConversation conv ) : void | ||
conv | LyncConversation | |
Résultat | void |
protected imModality_InstantMessageReceived ( object sender, MessageSentEventArgs e ) : void | ||
sender | object | |
e | MessageSentEventArgs | |
Résultat | void |