Ejemplo n.º 1
0
        private void miAddNavigationInterface_Click(object sender, EventArgs e)
        {
            PresentationType c = (PresentationType)tvManifest.SelectedNode.Tag;

            HideLMSUIType n = new HideLMSUIType();

            c.navigationInterface.Add(n);

            Forms.PropertyEditor.Show(n);
            tvManifest.SelectedNode.Expand();
        }
Ejemplo n.º 2
0
        private void miAddNavigationInterface_Click(object sender, EventArgs e)
        {
            PresentationType c = (PresentationType) tvManifest.SelectedNode.Tag;

            HideLMSUIType n = new HideLMSUIType();

            c.navigationInterface.Add(n);

            Forms.PropertyEditor.Show(n);
            tvManifest.SelectedNode.Expand();
        }