here are the namespaces:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.IO; using System.Windows.Forms;
and here are the data members :
private Point[] drawnGraphPoints;//punctele care vor fi desenate, necesar pentru ajustarile T/D si atenuare private Point[] auxGraphPoints;//necesar pentru ajustarile de defazaj private Pen drawSignal = new Pen(Color.Black, 1);
any ideea on how to make this compile?

New Topic/Question
Reply




MultiQuote



|