コード例 #1
0
ファイル: Profile.cs プロジェクト: eduardolm87/epi2
 public static string Serialize(Profile zOrigin)
 {
     return zOrigin.ToXML();
 }