예제 #1
0
파일: Square.xaml.cs 프로젝트: TomHulme/P4P
 public static String GetName(Square square)
 {
     return square.getName();
 }