private void ChatBox_DialogInterrupted(object sender, EventArgs e) { currentConversation.OnInterrupted(); conversationQueue.PushInterruptedConversation(currentConversation); StartConversation(interruptingConversation); interruptingConversation = null; }