개정판 560ebc26
Test: 테스트 코드 제거
Change-Id: Ied078c845f27ac2e7d44b11dce6bee3621e35b6b
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
63 | 63 |
|
64 | 64 |
public Main() |
65 | 65 |
{ |
66 |
MessageBox.Show("Main"); |
|
67 | 66 |
InitializeComponent(); |
68 | 67 |
|
69 | 68 |
ID2.Manager.Common.Helpers.TableLayoutPanelHelper.SetDoubleBuffered(this); |
... | ... | |
114 | 113 |
this.radRibbonBarBackstageViewID2Manager.BackstageViewOpened += RadRibbonBarBackstageViewID2Manager_BackstageViewOpened; |
115 | 114 |
this.radRibbonBarBackstageViewID2Manager.BackstageViewClosed += RadRibbonBarBackstageViewID2Manager_BackstageViewClosed; |
116 | 115 |
|
117 |
MessageBox.Show("InitColumnGroupsViewDefinition"); |
|
118 | 116 |
this.InitColumnGroupsViewDefinition(this.radGridViewDocuments); |
119 | 117 |
|
120 | 118 |
this.radPageViewPageReview.Controls.Add(briefAndImagesReview); |
... | ... | |
399 | 397 |
{ |
400 | 398 |
try |
401 | 399 |
{ |
402 |
MessageBox.Show("LoadDockingLayout"); |
|
403 | 400 |
LoadDockingLayout(); |
404 |
MessageBox.Show("InitializeGrid"); |
|
405 | 401 |
InitializeGrid(); |
406 | 402 |
|
407 | 403 |
bool isID2 = this.IsID2Connection(); |
내보내기 Unified diff