Interaction logic for MessagesWrapper.xaml More...
Public Member Functions | |
void | AddMessages (Seci.SerialisableList< Seci.Standard.MessageInfo > messages) |
void | ClearMessages () |
MessagesWrapper () | |
delegate void | QuestionHandler () |
Events | |
QuestionHandler | OnQuestionAnswered |
QuestionHandler | OnQuestionAsked |
Private Member Functions | |
void | btnClearAll_Click (object sender, RoutedEventArgs e) |
void | btnShow_Click (object sender, RoutedEventArgs e) |
void | messagesCtrl_OnQuestionAnswered () |
void | messagesCtrl_OnQuestionAsked () |
Interaction logic for MessagesWrapper.xaml
Definition at line 20 of file MessagesWrapper.xaml.cs.
|
inline |
Definition at line 28 of file MessagesWrapper.xaml.cs.
References SeciControls.MessagesWrapper.messagesCtrl_OnQuestionAnswered(), and SeciControls.MessagesWrapper.messagesCtrl_OnQuestionAsked().
|
inline |
Definition at line 51 of file MessagesWrapper.xaml.cs.
|
inlineprivate |
Definition at line 66 of file MessagesWrapper.xaml.cs.
|
inlineprivate |
Definition at line 61 of file MessagesWrapper.xaml.cs.
|
inline |
Definition at line 56 of file MessagesWrapper.xaml.cs.
|
inlineprivate |
Definition at line 43 of file MessagesWrapper.xaml.cs.
References SeciControls.MessagesWrapper.OnQuestionAnswered.
Referenced by SeciControls.MessagesWrapper.MessagesWrapper().
|
inlineprivate |
Definition at line 35 of file MessagesWrapper.xaml.cs.
References SeciControls.MessagesWrapper.OnQuestionAsked.
Referenced by SeciControls.MessagesWrapper.MessagesWrapper().
delegate void SeciControls.MessagesWrapper.QuestionHandler | ( | ) |
QuestionHandler SeciControls.MessagesWrapper.OnQuestionAnswered |
Definition at line 26 of file MessagesWrapper.xaml.cs.
Referenced by SeciControls.MessagesWrapper.messagesCtrl_OnQuestionAnswered().
QuestionHandler SeciControls.MessagesWrapper.OnQuestionAsked |
Definition at line 23 of file MessagesWrapper.xaml.cs.
Referenced by SeciControls.MessagesWrapper.messagesCtrl_OnQuestionAsked().