Advertisement
Fhernd

Punto.cs

Aug 24th, 2015
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.08 KB | None | 0 0
  1. class Punto
  2. {
  3.     public int X;   // Abscisa X
  4.     public int Y;   // Ordenada Y
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement