프로젝트

일반

사용자정보

개정판 97eba451

ID97eba451711997b4defe5fb96386f2b76eaab09c
상위 96bc6e8e
하위 a6e5055d

김태성이(가) 약 5년 전에 추가함

빌드 수정

Change-Id: I74a4bf51fa235a47fcfb3e74c3922a3a346115d2

차이점 보기:

KCOM/Messenger/ConversationView.xaml.cs
219 219
                        (lstMessage.Parent as ScrollViewer).ScrollToEnd();
220 220
                    }
221 221

  
222
                    tbContent.KeyDown += async (s, ea) => await OnKeyDownHandler(s, ea);
222
                    tbContent.KeyDown += OnKeyDownHandler;
223 223
                }
224 224
                catch (Exception ex)
225 225
                {
......
228 228
            }
229 229
        }
230 230

  
231
        private async System.Threading.Tasks.Task OnKeyDownHandler(object sender, KeyEventArgs e)
231
        private void OnKeyDownHandler(object sender, KeyEventArgs e)
232 232
        {
233

  
234 233
            if (e.Key == Key.Return)
235 234
            {
236 235
                if (Keyboard.Modifiers != ModifierKeys.Shift)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)