Exemple #1
0
        /// <summary>
        /// Summarizes the initialization used by the constructors
        /// </summary>
        private void Init()
        {
            rectangle = new Rectangle(0, 0, 100, 70);

            childNodes = new ShapeCollection();
            SetBrush();
        }
        /// <summary>
        /// Summarizes the initialization used by the constructors
        /// </summary>
        private void Init()
        {
            rectangle = new Rectangle(0,0,100,70);

            childNodes = new ShapeCollection();
            SetBrush();
        }
 /// <summary>
 /// Default ctor
 /// </summary>
 public GraphAbstract()
 {
     connections = new ConnectionCollection();
     shapes      = new ShapeCollection();
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 public GraphAbstract()
 {
     connections = new ConnectionCollection();
     shapes = new ShapeCollection();
 }