C# Class BusinessCats.WhisperWindow

Interaction logic for WhisperWindow.xaml
Inheritance: MahApps.Metro.Controls.MetroWindow
Afficher le fichier Open project: adzm/BusinessCats Class Usage Examples

Méthodes publiques

Свойство Type Description
conversation Conversation
participant Participant
seriousBusiness SeriousBusinessCat
whisperCat WhisperCat

Méthodes publiques

Méthode Description
AddWhisper ( Whisper whisper ) : void
WhisperWindow ( Conversation conversation, Participant participant, SeriousBusinessCat seriousBusiness, string info ) : System

Méthodes protégées

Méthode Description
InitCommands ( ) : void

Method Details

AddWhisper() public méthode

public AddWhisper ( Whisper whisper ) : void
whisper Whisper
Résultat void

InitCommands() protected méthode

protected InitCommands ( ) : void
Résultat void

WhisperWindow() public méthode

public WhisperWindow ( Conversation conversation, Participant participant, SeriousBusinessCat seriousBusiness, string info ) : System
conversation Conversation
participant Participant
seriousBusiness SeriousBusinessCat
info string
Résultat System

Property Details

conversation public_oe property

public Conversation conversation
Résultat Conversation

participant public_oe property

public Participant participant
Résultat Participant

seriousBusiness public_oe property

public SeriousBusinessCat,BusinessCats seriousBusiness
Résultat SeriousBusinessCat

whisperCat public_oe property

public WhisperCat,BusinessCats whisperCat
Résultat WhisperCat