public void Drow() { dp1.DrowALine(X1, X2, Y1, Y2); }
public void DrowALine(int x1, int y1, int x2, int y2) { _dp.DrowALine(x1, y1 = x2, y1, y2); }