Exemplo n.º 1
0
        public GraphicsForm()
        {
            InitializeComponent();

            list = new PointPairList();
            p = new GlobalServParam();
            s = new Statics();
            pane = zedGraphControl1.GraphPane;
        }