개정판 934b20a0
Test: Test 코드 추가
Change-Id: I73e9db6b81d820cab680933a2d9f9bce04075343
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
111 | 111 |
this.radRibbonBarBackstageViewID2Manager.BackstageViewOpened += RadRibbonBarBackstageViewID2Manager_BackstageViewOpened; |
112 | 112 |
this.radRibbonBarBackstageViewID2Manager.BackstageViewClosed += RadRibbonBarBackstageViewID2Manager_BackstageViewClosed; |
113 | 113 |
|
114 |
MessageBox.Show("InitColumnGroupsViewDefinition"); |
|
114 | 115 |
this.InitColumnGroupsViewDefinition(this.radGridViewDocuments); |
115 | 116 |
|
116 | 117 |
this.radPageViewPageReview.Controls.Add(briefAndImagesReview); |
... | ... | |
393 | 394 |
{ |
394 | 395 |
try |
395 | 396 |
{ |
397 |
MessageBox.Show("LoadDockingLayout"); |
|
396 | 398 |
LoadDockingLayout(); |
399 |
MessageBox.Show("InitializeGrid"); |
|
397 | 400 |
InitializeGrid(); |
398 | 401 |
|
399 | 402 |
bool isID2 = this.IsID2Connection(); |
내보내기 Unified diff