示例#1
0
        private void OnChatSwitched(object sender, ChatSwitchedEventArgs e)
        {
            Trace.Call(sender, e);

            f_MainWindow.InputLabel = String.Format("[{0}]",
                                                    e.ChatView.ChatModel.Name);
        }
示例#2
0
文件: Entry.cs 项目: vith/smuxi
        private void OnChatSwitched(object sender, ChatSwitchedEventArgs e)
        {
            Trace.Call(sender, e);

            f_MainWindow.InputLabel = String.Format("[{0}]",
                                                    e.ChatView.ChatModel.Name);
        }