コード例 #1
0
ファイル: User.cs プロジェクト: Qorpent/qorpent.sys
 public void LoadFromJson(object jsonsrc)
 {
     UserSerializer.ReadJson(this, jsonsrc);
 }