프로젝트

일반

사용자정보

개정판 eeb0a39c

IDeeb0a39ca8180c29d5415f829d103499821735f1
상위 1f686727
하위 14bbabc0

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

Master 변경

Change-Id: I88bac84fa474fd4c174dc1fffa19eae5303ba2bc

차이점 보기:

KCOM/Controls/PageNavigator.xaml.cs
78 78
            //tmStart = false;
79 79
            //tm.Stop();
80 80
            //tm.Tick -= new EventHandler(tm_Tick);
81
            int _PageNo = -1;
82 81

  
83
            if (this.CurrentPage != null)
82
            System.Threading.Tasks.Task.Factory.StartNew(() =>
84 83
            {
85
                _PageNo = this.CurrentPage.PageNumber;
86
            };
87 84

  
88
            if (_PageNo != (ImgListbox.SelectedItem as ThumbnailItem).PageNumber)
89
            {
90
                GotoPage((ImgListbox.SelectedItem as ThumbnailItem).PageNumber);
91
            }
85
                int _PageNo = -1;
86

  
87
                if (this.CurrentPage != null)
88
                {
89
                    _PageNo = this.CurrentPage.PageNumber;
90
                };
91

  
92
                if (_PageNo != (ImgListbox.SelectedItem as ThumbnailItem).PageNumber)
93
                {
94
                    GotoPage((ImgListbox.SelectedItem as ThumbnailItem).PageNumber);
95
                }
96

  
97
            }).RunAndForget();
92 98
        }
93 99

  
94 100
        public bool GotoPageFlag = false;

내보내기 Unified diff

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