Example #1
0
        public void AddNode(Point pos, string text)
        {
            NewOperation();
            var add = ComCreateNode.SetCommand(this, pos, text);

            add.Execute();
            history.Add(add);
        }