C# Class LyncFellow.ApplicationContext

Inheritance: System.Windows.Forms.ApplicationContext
ファイルを表示 Open project: glueckkanja/LyncFellow

Public Methods

Method Description
ApplicationContext ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ExitThreadCore ( ) : void

Private Methods

Method Description
ConversationManager_ConversationAdded ( object sender, ConversationManagerEventArgs e ) : void
HandleSelfContactEventConnection ( ClientState State ) : void
HousekeepingTimer_Tick ( object sender, EventArgs e ) : void
IsLyncConnectionValid ( ) : bool
LyncClient_StateChanged ( object sender, ClientStateChangedEventArgs e ) : void
MenuExitItem_Click ( object sender, EventArgs e ) : void
MenuSettingsItem_Click ( object sender, EventArgs e ) : void
ReleaseLyncClient ( ) : void
SelfContact_ContactInformationChanged ( object sender, ContactInformationChangedEventArgs e ) : void
UpdateBuddiesColorBySelfAvailability ( ) : void
settingsForm_Closed ( object sender, EventArgs e ) : void

Method Details

ApplicationContext() public method

public ApplicationContext ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ExitThreadCore() protected method

protected ExitThreadCore ( ) : void
return void