This commit is contained in:
2008-03-13 12:56:39 +00:00
parent 859851d499
commit 2393798276
2 changed files with 8 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ namespace Volian.Controls.Library
InitializeComponent();
this.Click += new EventHandler(DisplayTabItem_Click);
if (myItem.MyContent.MyEntry == null)
SetupDisplayPanel();
SetupDisplayTabPanel();
else
SetupDSOPanel();
Name = string.Format("DisplayTabItem {0}", myItem.ItemID);
@@ -63,7 +63,7 @@ namespace Volian.Controls.Library
if(myTabPanel == null) return;
_MyTabControl.OnItemSelectedChanged(this,new DisplayPanelEventArgs(MyTabPanel.SelectedItem,null));
}
private void SetupDisplayPanel()
private void SetupDisplayTabPanel()
{
((System.ComponentModel.ISupportInitialize)(_MyTabControl.MyBar)).BeginInit();
_MyTabControl.MyBar.SuspendLayout();