static void KozotaiTest() { Point p1 = new Point(0.0f, 0.0f); Point p2 = new Point(14.3f, 28.9f); p1.GetInfo(); p2.GetInfo(); }