Ejemplo n.º 1
0
            static public DrawingLine Construct()
            {
                DrawingLine dl = new DrawingLine
                {
                    input = new Annal <InputData>(8, InputData.Construct()),
                    go    = null
                };

                return(dl);
            }