I don\'t want to make a new instance of Form1 in the class, and i dont want to use static.
static
I have these two variables which are private in the top of the cl
I don't know if I understand what you need. Anyway, you could try to use a public property:
public List PointX { get { return Point_X; } } public List PointY { get { return Point_Y; } }