protected ConnectionVM(ConnectionVM other) : base(other)
 {
 }
Beispiel #2
0
        private void AddConnection(IShape first, IShape second)
        {
            var connection = new ConnectionVM(first, second);

            Visuals.Insert(0, connection);
        }