프로젝트

일반

사용자정보

개정판 f65e6c02

IDf65e6c0217de89d4653173b2f16417acc26d5e0a
상위 a1142a6b
하위 b4b23404

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

debug_SNI 추가

Change-Id: I46d431ca15362882a9ab7e8dd7600371f47471de

차이점 보기:

KCOM/Messenger/ConversationView.xaml.cs
48 48
                {
49 49
                    Owner = Application.Current.MainWindow,
50 50
                    Closed = (obj, args) => this.MarkupNameUpdatePromptClose(args),
51
                    Content = "메모 :",
52
                    Header = "앵커에 대한 메모을 남겨주세요",
51
                    Content = "Memo :",
52
                    Header = "Make a note About the Anchor",
53 53
                    Theme = new VisualStudio2013Theme(),
54 54
                    ModalBackground = new SolidColorBrush { Color = Colors.Black, Opacity = 0.6 },
55 55
                };
......
59 59
            }
60 60
            else
61 61
            {
62
                MessageBox.Show("먼저 코멘트를 선택해주세요", "안내");
62
                MessageBox.Show("Please Select a comment first", "Info");
63 63
            }
64 64
        }
65 65

  
......
81 81

  
82 82
        private void MarkupNameUpdatePromptClose(WindowClosedEventArgs args)
83 83
        {
84
            if (args.DialogResult.Value)
84
            if (args.DialogResult.GetValueOrDefault())
85 85
            {
86 86
                if (String.IsNullOrWhiteSpace(args.PromptResult) || args.PromptResult == null)
87 87
                {

내보내기 Unified diff

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