Exemplo n.º 1
0
        private void OnBuildTabStrip(object sender, EventArgs e)
        {
            TabEditor oEditor = new TabEditor();

            oEditor.EditComponent(this.Component);
        }
Exemplo n.º 2
0
 private void OnBuildTabStrip(object sender, EventArgs e)
 {
     TabEditor oEditor = new TabEditor();
     oEditor.EditComponent(this.Component);
 }