コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the GraphPlace class.
 /// </summary>
 public FBPlace()
 {
     ProfilePicture = new FBPicture();
     Location       = new FBLocation();
 }
コード例 #2
0
ファイル: FBUser.cs プロジェクト: arrebagrove/FacebookService
 /// <summary>
 /// Initializes a new instance of the GraphUser class.
 /// </summary>
 public FBUser()
 {
     Location       = new FBLocation();
     ProfilePicture = new FBPicture();
 }