Beispiel #1
0
        private void ChatBox_DialogInterrupted(object sender, EventArgs e)
        {
            currentConversation.OnInterrupted();
            conversationQueue.PushInterruptedConversation(currentConversation);

            StartConversation(interruptingConversation);
            interruptingConversation = null;
        }