SIPSorcery.MonitoringConsole.CommandEntryTextBox_LostFocus C# (CSharp) Method

CommandEntryTextBox_LostFocus() private method

private CommandEntryTextBox_LostFocus ( object sender, System e ) : void
sender object
e System
return void
        private void CommandEntryTextBox_LostFocus(object sender, System.Windows.RoutedEventArgs e)
        {
            m_commandEntryTextBox.Background = m_commandEntryTextBox.Background;
        }