コード例 #1
0
ファイル: Form1.cs プロジェクト: dajana0/GraphWinForms
        private void usuńWęzełToolStripMenuItem_Click(object sender, EventArgs e)
        {
            root.RemoveChildInRoot(SelectedNode);

            // Rearrange the tree to show the new structure.
            ArrangeTree();
        }